press-e-to-hack / minweb

A tiny light-weight web server built in C
GNU General Public License v3.0
3 stars 0 forks source link

Implement Uniform Resource Identifier (URI) Standards #1

Open eredisg opened 4 years ago

eredisg commented 4 years ago

RFC 7230 references the URI standard on page 7 - https://tools.ietf.org/pdf/rfc7230.pdf

Please see RFC 3986 (Uniform Resource Identifier (URI): Generic Syntax ) - https://tools.ietf.org/pdf/rfc3986.pdf

oxr463 commented 4 years ago

It's better to link to the raw version as it is easily searchable.

See: https://tools.ietf.org/html/rfc7230, https://tools.ietf.org/html/rfc3986