mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00

Create `jetzig.http.Response` when `std.http.Server.Response` is created and delegate all management of `std.http.Server.Response` to `jetzig.http.Response`. Using this internally means we use the same internal interface for the `Response` as the user, which gives us things like response headers management in views for free (user simply calls `request.response.headers.append()` etc.).