Skip to documentation
SLOP

tiny.http.ClientResponseLimits

Reference tiny.http ClientResponseLimits

Defined in tiny.http.

API (4)

Fields and members

Public fields and members.

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

Source

Source: lib/http/src/client/response.zig:16

zig
pub const Limits = struct {    response_count: usize,    header_count_per_response: usize,    head_bytes_per_response: usize,    body_bytes_per_response: usize,};

Source: lib/http/src/root.zig:95

zig
pub const ClientResponseLimits = client.ResponseLimits;

Audit

Definitions1
Public names1
Members4
Version26.7.0
Revisiondaab053ee433