Skip to documentation
SLOP

tiny.http.ClientResponseError

Reference tiny.http ClientResponseError

Defined in tiny.http.

API (5)

Fields and members

Public fields and members.

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

Source

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

zig
pub const Error = error{    MalformedResponse,    ReadFailed,    ResponseHeaderCapacityExceeded,    ResponseHeadCapacityExceeded,    ResponseBodyCapacityExceeded,};

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

zig
pub const ClientResponseError = client.ResponseError;

Audit

Definitions1
Public names1
Members5
Version26.7.0
Revisiondaab053ee433