tiny.http.ResponseLimits
Defined in tiny.http.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/http/src/response.zig:47
zig
pub const Limits = struct { response_count: usize, header_count_per_response: usize, head_bytes_per_response: usize,};Source: lib/http/src/root.zig:51
zig
pub const ResponseLimits = response.Limits;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |