docs icon indicating copy to clipboard operation
docs copied to clipboard

Internet protocols and tools related documentation

Results 4 docs issues
Sort by recently updated
recently updated
newest added

Here's a bit of trivial for you. From https://tools.ietf.org/html/rfc3986#section-3.3 A path like `/path;a=b/with;c=foo/path;d=parameters` Path parameters support has existed in the IETF specs like this ... * RFC 7230 - HTTP/1.1...

The `[userinfo][hostname][port number]` section listed is part of the `[authority]` section IMO. And you can have an authority that doesn't fit for `[userinfo]` or `[hostname]` or `[port number]`. Example: `http://machine;/path`...

It seems to omit discussion of query, which has the most historical baggage due to encodings coming into play. The infinite number of slashes is only a thing for special...

I’m reading it at commit 863655160ffe6696ece399e4e8ac0e0bf08f7941. > 86: must have the scheme present > > TWUS: Describes in the 4.2 URL parsing section how a parser should > accept URLs...