Skip to content

Commit

Permalink
Merge pull request #446 from ipfs/drouting-peer
Browse files Browse the repository at this point in the history
chore: add peer routing to delegated routing description
  • Loading branch information
hacdias authored Nov 8, 2023
2 parents e5bbe2a + b9a50f6 commit c123f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routing/http-routing-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Delegated Routing V1 HTTP API
description: >
Delegated routing is a mechanism for IPFS implementations to use for offloading
content routing and naming to another process/server. This specification describes
content routing, peer routing and naming to another process/server. This specification describes
an HTTP API for delegated routing of content, peers, and IPNS.
date: 2023-08-31
maturity: reliable
Expand Down Expand Up @@ -35,7 +35,7 @@ order: 0
tags: ['routing']
---

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.
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.

## API Specification

Expand Down

0 comments on commit c123f7c

Please sign in to comment.