Zig Bits 0x4: Building an HTTP client/server from scratch

from blog Orhun's Blog, | ↗ original
Let's experiment with the std.http module of Zig >=0.11 and create an HTTP server/client from scratch (along with some benchmarks)!