zigzap / zap

blazingly fast backends in zig
MIT License
1.98k stars 71 forks source link

update http.zig to rfc9110 #94

Closed jkoop closed 2 months ago

jkoop commented 2 months ago

using MDN as a reference.

I added new status codes as described by rfc9110 and MDN. Some were renamed since rfc7231, so I renamed them. It feels like good practice to keep up with spec, huh?

renerocksai commented 2 months ago

Thx! I assume noone is using the renamed ones, so it should be safe to merge.