Luukdegram / apple_pie

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

Only read to first semicolon in MIME type #68

Closed leroycep closed 2 years ago

leroycep commented 2 years ago

Implemented to accept input from httpie, which appends ; charset=utf-8 to the mimetype application/x-www-form-urlencoded.

Luukdegram commented 2 years ago

Thank you!