Luukdegram / apple_pie

Basic HTTP server implementation in Zig
MIT License
163 stars 21 forks source link

Implement URI parsing and replace old url.zig #71

Closed Luukdegram closed 2 years ago

Luukdegram commented 2 years ago

This implements parsing the URI according to RFC 3986: https://datatracker.ietf.org/doc/html/rfc3986#section-3.4

The old logic from url.zig has been removed, and have been moved to URI.zig