tiny.http.ClientError
Defined in tiny.http.
Source
Source: lib/http/src/client/runtime.zig:32
zig
pub const ClientError = client_operation.Error || client_response.Error || error{ ConnectionFailed, TunnelUnsupported, TlsFailed, WriteFailed, OutOfMemory,};Source: lib/http/src/root.zig:103
zig
pub const ClientError = client.ClientError;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |