http icon indicating copy to clipboard operation
http copied to clipboard

HTTP core types for Zig 🦴

Results 4 http issues
Sort by recently updated
recently updated
newest added

enhancement
work in progress

StatusCode.reason() for standard status code values, ex: "OK", "BAD REQUEST", etc...

enhancement

The *http* core types must define a correct header multimap. Some good work has already been done by @daurnimator and other contributors in the [standard library](https://github.com/ziglang/zig/blob/master/lib/std/http/headers.zig), and I feel like...

enhancement
question

As proposed by @kristoff-it; > I would be interested in seeing also an interface that doesn't require an allocator. > You need to do a bit of gymnastics with tuples...

enhancement