Bounded, provider-neutral web fetch helpers for eval sessions.
Summary
Functions
Fetches a URL with bounded time, redirect, size, and output limits.
Fetches a URL or raises on failure.
Functions
@spec fetch( String.t(), keyword() ) :: {:ok, Pi.Web.Result.t()} | {:error, term()}
Fetches a URL with bounded time, redirect, size, and output limits.
@spec fetch!( String.t(), keyword() ) :: Pi.Web.Result.t()
Fetches a URL or raises on failure.