Expand description
Core client infrastructure
Structs§
- Byte
Stream - A streaming byte stream for downloading files efficiently
- Http
Client - Internal HTTP client that handles requests with authentication and retries
- Query
Builder - Modern query builder with type-safe method chaining Provides a clean, Swift-like API for building HTTP query parameters
- Request
Options - Options for customizing individual requests
- SseStream
- A type-safe wrapper around Server-Sent Events (SSE) streams
Enums§
- Query
Builder Error - Errors that can occur during structured query parsing
Functions§
- join_
url - URL building utilities Safely join a base URL with a path, handling slashes properly
- parse_
structured_ query - Parse structured query strings like “key:value key2:value1,value2” Used for complex filtering patterns in APIs like Foxglove