Skip to content

Commit

Permalink
Rename delegated naming to delegated IPNS
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Feb 20, 2023
1 parent c5c9649 commit 04563ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IPIP/0379-delegated-ipns-http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The performance of naming system over the IPFS DHT can suffer from long delays d

## HTTP API Specification

See [Delegated Naming HTTP API](../routing/DELEGATED_NAMING_HTTP.md) specification.
See [Delegated IPNS HTTP API](../routing/DELEGATED_IPNS_HTTP.md) specification.

## Design rationale

Expand Down Expand Up @@ -68,7 +68,7 @@ Implements are permitted to set a lower limit. If lower than the default maximum

Similarly, a client may check if a server supports ProtocolBuffer formatted records by checking the `X-Ipns-Allow-Protobuf` header key in response to `OPTIONS` request. If present the header value must be either `true` or `false` the absence of the header indicates that ProtocolBuffer formatted records are not supported.

Privacy in delegated naming system is out of scope for this work.
Privacy in delegated IPNS is out of scope for this work.
- The usual JSON parsing rules apply. To prevent potential Denial of Service (DoS) attack, clients should ignore responses larger than 100 providers and introduce a byte size limit that is applicable to their use case.

### Alternatives
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Delegated Naming HTTP API
# Delegated IPNS HTTP API

![wip](https://img.shields.io/badge/status-wip-orange.svg?style=flat-square)

Expand All @@ -12,13 +12,13 @@

**Abstract**

Delegated naming is a mechanism for IPFS implementations to offload naming system to another process
Delegated IPNS is a mechanism for IPFS implementations to offload naming system to another process
or server. This includes naming resolution as well as publication of new naming records. This
document describes an HTTP API through which such functionality is facilitated.

## API Specification

The Delegated Naming System HTTP API uses the `application/json` content type by default.
The Delegated IPNS HTTP API uses the `application/json` content type by default.

As such, human-readable encodings of types are preferred. This spec may be updated in the future
with a compact `application/cbor` encoding, in which case compact encodings of the various types
Expand Down

0 comments on commit 04563ac

Please sign in to comment.