Open
Conversation
We have a multiaddr for `/http-path` so the section is now irrelevant
achingbrain
reviewed
Oct 8, 2024
| - [Context](#context) | ||
| - [What is an HTTP transport](#what-is-an-http-transport) | ||
| - [Multiaddr representation](#multiaddr-representation) | ||
| - [HTTP Paths (and other HTTP Semantics)](#http-paths-and-other-http-semantics) |
Member
There was a problem hiding this comment.
This TOC line needs removing since the corresponding section has been removed, or you can regenerate it using Markdown All in One or similar.
achingbrain
reviewed
Oct 8, 2024
|
|
||
| ## HTTP Paths (and other HTTP Semantics) | ||
|
|
||
| It may be tempting to add an HTTP path to end of the multiaddr to specify some |
Member
There was a problem hiding this comment.
I guess this means we do have paths in HTTP Multiaddrs now? Is it worth adding an example of their use?
sukunrt
approved these changes
Feb 24, 2025
| ### Recommendation on including HTTP semantics in multiaddrs | ||
| ### Recommendation on including HTTP Request semantics in Multiaddrs | ||
|
|
||
| In general, it's better to keep the multiaddrs as a way of addressing an |
Member
There was a problem hiding this comment.
lowercase is fine? It's lowercase everywhere.
| you may end up with many Multiaddrs with different transports but the same | ||
| suffix. A potential solution here is to keep them separate. A list of Multiaddrs | ||
| for the transports being used, and another Multiaddr for the application-level | ||
| data. This is one suggestion, and many other strategies would work as well. |
Member
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have them now.