tiny.http.ClientStream
Defined in tiny.http.
API (2)
Actions
Public operations.
Source
Source: lib/http/src/client/stream/model.zig:90
zig
pub const ClientStream = struct { pub fn read(scratch: Scratch, reader: *std.Io.Reader, handler: Handler) anyerror!u16 { return readWithMethod(scratch, reader, null, handler); } pub fn readForMethod( scratch: Scratch, reader: *std.Io.Reader, method: []const u8, handler: Handler, ) anyerror!u16 { return readWithMethod(scratch, reader, method, handler); }};Source: lib/http/src/root.zig:104
zig
pub const ClientStream = client.ClientStream;Complete caller list for ClientStream.readForMethod
7 direct callers.
lib.http.src.client.stream.model.test_Client_stream_honors_nonfinal_transfer_and_tunnel_framing[function] — test source atlib/http/src/client/stream/model.zig:599in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_omits_HEAD_response_body[function] — test source atlib/http/src/client/stream/model.zig:556in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_preserves_bytes_after_fixed_and_chunked_bodies[function] — test source atlib/http/src/client/stream/model.zig:638in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_preserves_callback_error_identity[function] — test source atlib/http/src/client/stream/model.zig:502in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_preserves_framed_tails_across_fragmentation[function] — test source atlib/http/src/client/stream/model.zig:677in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_preserves_framing_semantics_across_one-byte_fragments[function] — test source atlib/http/src/client/stream/model.zig:734in nearest public ownerlib.http.src.client.stream.modellib.http.src.client.stream.model.test_Client_stream_rejects_malformed_framing_before_publishing_a_head[function] — test source atlib/http/src/client/stream/model.zig:573in nearest public ownerlib.http.src.client.stream.model
Audit
| Definitions | 3 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |