API Reference http_fetch v#0.11.0
View SourceModules
A browser-like HTTP fetch API for Elixir, built on Erlang's :gen_tcp, :ssl,
and the shared QUIC HTTP/3 transport.
Request cancellation mechanism similar to the browser's AbortController API.
Configuration module for HTTP fetch library.
Options processing for HTTP.fetch/2 requests.
JavaScript-like Promise implementation for asynchronous HTTP operations.
HTTP response struct implementing the Browser Fetch API Response interface.
HTTP status code to status text mapping.
Process-backed readable stream used for Fetch-style response and request bodies.
Telemetry integration for comprehensive HTTP request and response monitoring.
Unix Domain Socket support for HTTP requests.
OTP application for HTTP fetch library.