Helloguy
Helloguy

Reputation: 41

Where to find the http url scheme rfc

In the RFC3986, it exclude portions of RFC1738 that defined the specific syntax of individual URI schemes, and the document says the these portions will be updated as separate documents, But I can't find it. Any one can tell me where to find the updating separate documents. I want to write an HTTP URL scheme parsestrong text, so I need to refer it.

Upvotes: 4

Views: 1088

Answers (1)

Julian Reschke
Julian Reschke

Reputation: 42027

You can look up the location of URI scheme definitions in the IANA URI scheme registry at http://www.iana.org/assignments/uri-schemes.html. Not surprisingly, the HTTP URI scheme is defined in RFC 2616 (which defines HTTP/1.1).

Upvotes: 4

Related Questions