xclient v0.5.1-vendored-xhttp API Reference
Modules
XClient is a simplified HTTP client built using the low-level XHTTP library
XClient.ConnServer
is a GenServer that handles a single
XClient.Conn
. It supports automatic reconnection,
connection keep-alive, and request pipelining
XClient.Pool provides an HTTP 1.x request connection pool based on XClient and Poolboy
Represents the response to a request
Streaming API for HTTP connections
Support for the HPACK header compression algorithm
Single interface for XHTTP1.Conn
and XHTTP2.Conn
with version negotiation support