Skip to documentation
SLOP

tiny.http.ClientResponseScratch

Reference tiny.http ClientResponseScratch

Defined in tiny.http.

API (3)

Fields and members

Public fields and members.

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

Source

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

zig
pub const Scratch = struct {    headers: []Header,    head: []u8,    body: []u8,};

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

zig
pub const ClientResponseScratch = client.ResponseScratch;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433