API Reference http_fetch v#0.1.0

Modules

A module simulating the web browser's Fetch API in Elixir, using :httpc as the foundation. Provides HTTP.Request, HTTP.Response, HTTP.Promise and a global-like fetch function with asynchronous capabilities and an AbortController for request cancellation.

Provides request cancellation functionality similar to the browser's AbortController.

Represents an asynchronous HTTP operation, similar to a JavaScript Promise. It wraps an underlying Task and provides an await function.

Represents an HTTP request that can be serialized into :httpc.request arguments.

Represents an HTTP response with status, headers, body, and URL information.