tiny.http.ResponseSerialized
Defined in tiny.http.
API (3)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/http/src/response.zig:262
zig
pub const Serialized = struct { head: []const u8, body: ?[]const u8, pub fn totalLength(self: Serialized) usize { return self.head.len + if (self.body) |body| body.len else 0; }};Source: lib/http/src/root.zig:55
zig
pub const ResponseSerialized = response.Serialized;Audit
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |