You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ipips/ipip-0484.md
-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,6 @@ The proposed change is to add a `?filter-protocols` parameter to the `GET /routi
67
67
- Providers are filtered by checking if the transfer protocol name appears in the `Protocols` array (logical OR).
68
68
- If the provider doesn't match any of the passed transfer protocols, the provider is omitted from the response.
69
69
- If a provider passes the filter, it is returned unchanged, i.e. the full set of protocols is returned including protocols that not included in the filter. (note that this is different from `filter-addrs` where only the multiaddrs that pass the filter are returned)
70
-
- Negative filtering is done by prefixing the protocol name with `!`, e.g. `?transport=!transport-graphsync-filecoinv1`.
71
70
- Filtering is case-insensitive.
72
71
- If no parameter is passed, the default behavior is to not filter by transfer protocol.
0 commit comments