barbu110 / micro

A minimalistic network programming framework written in C++
https://micro.barbu110.com/
1 stars 1 forks source link

Implement a URI decoder/encoder component #48

Open barbu110 opened 4 years ago

barbu110 commented 4 years ago

URI syntax is described in RFC 3986, and is later updated by RFC 6874 and RFC 7320.

A component must be implemented to properly handle URI syntax and be embedded in the Request Parsing component.

barbu110 commented 4 years ago

TBD: