···11# An HTTP/1.1 server for Zig.
2233+## Zig 0.16
44+Support of Zig 0.16 is close. See the [zig-0.16 branch](https://github.com/karlseguin/http.zig/tree/zig-0.16). Current state is: working without websockets. Note that Zig 0.16's Io.Evented does not support networking, so, at least initially, httpz will continue to work like it always has (its own eventted I/O + a thread-pool).
55+66+## Example
77+38```zig
49const std = @import("std");
510const httpz = @import("httpz");