Skip to content

Commit c123f7c

Browse files
authored
Merge pull request #446 from ipfs/drouting-peer
chore: add peer routing to delegated routing description
2 parents e5bbe2a + b9a50f6 commit c123f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routing/http-routing-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Delegated Routing V1 HTTP API
33
description: >
44
Delegated routing is a mechanism for IPFS implementations to use for offloading
5-
content routing and naming to another process/server. This specification describes
5+
content routing, peer routing and naming to another process/server. This specification describes
66
an HTTP API for delegated routing of content, peers, and IPNS.
77
date: 2023-08-31
88
maturity: reliable
@@ -35,7 +35,7 @@ order: 0
3535
tags: ['routing']
3636
---
3737

38-
Delegated routing is a mechanism for IPFS implementations to use for offloading content routing and naming to another process/server. This specification describes a vendor-agnostic HTTP API for delegated content routing.
38+
Delegated routing is a mechanism for IPFS implementations to use for offloading content routing, peer routing, and naming to another process/server. This specification describes a vendor-agnostic HTTP API for delegated content routing.
3939

4040
## API Specification
4141

0 commit comments

Comments
 (0)