Skip to documentation
SLOP

tiny.http.ResponseLimits

Reference tiny.http ResponseLimits

Defined in tiny.http.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.httpResponseLimits
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433