agentkit-http 0.3.1

HTTP client abstraction used across agentkit. Default reqwest-backed implementation behind an opt-out feature; BYO impls plug in via the HttpClient trait.
Documentation

HTTP transport trait and request/response types.

Implementors satisfy [HttpClient::execute]; [HttpRequestBuilder] and [HttpResponse] carry the ergonomics (body encoding, header helpers, streaming). Enable the reqwest-client feature (default) for an impl HttpClient for reqwest::Client; disable it to compile trait-only.