tiny.http.ClientResponseScratch
Defined in tiny.http.
API (3)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |