Module core

Module core 

Source
Expand description

Core client infrastructure

Structs§

ByteStream
A streaming byte stream for downloading files efficiently
HttpClient
Internal HTTP client that handles requests with authentication and retries
QueryBuilder
Modern query builder with type-safe method chaining Provides a clean, Swift-like API for building HTTP query parameters
RequestOptions
Options for customizing individual requests
SseStream
A type-safe wrapper around Server-Sent Events (SSE) streams

Enums§

QueryBuilderError
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