An HTTP/1.1 server for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

Update readme

https://github.com/karlseguin/http.zig/issues/166

Karl Seguin (Oct 15, 2025, 9:47 AM +0800) 5e5ab5f8 00014146

+1 -1
+1 -1
readme.md
··· 54 54 * [Websocket](#websocket) 55 55 56 56 # Versions 57 - The `master` branch targets Zig 0.14. The `dev` branch targets the latest version of Zig. 57 + The `master` branch targets the latest stable of Zig (0.15.1). The `dev` branch targets the latest version of Zig. If you're looking for an older version, look for an zig-X.YZ branches. 58 58 59 59 # Examples 60 60 See the [examples](https://github.com/karlseguin/http.zig/tree/master/examples) folder for examples. If you clone this repository, you can run `zig build example_#` to run a specific example: