Skip to content

Releases: lalinsky/dusty

Release list

v0.2.0

Choose a tag to compare

@lalinsky lalinsky released this 28 Apr 09:31
  • Support for Zig 0.16, still depends on zio, not using std.Io due to lack of timeout support.
  • Fix flushing in websocket client when using it over HTTPS.
  • Added support for 100-continue in the HTTP client.

v0.1.0

Choose a tag to compare

@lalinsky lalinsky released this 02 Mar 20:22

Initial release.

Features

  • HTTP/1.0 and HTTP/1.1 server with router, parameters, and wildcards.
  • HTTP/HTTPS client with connection pooling and DNS resolution.
  • Unix domain socket support for client connections.
  • Chunked transfer encoding for request/response bodies.
  • Server-Sent Events (SSE) support.
  • WebSocket support (RFC 6455) for both client and server.
  • Gzip/deflate decompression for HTTP client.
  • Middleware system with CORS and session middleware.
  • Cookie support.
  • Request/keepalive timeouts via coroutine auto-cancellation.