Gale.HTTP (Gale v0.1.1)

Copy Markdown View Source

Drop-in HTTP client for Req / Finch / hackney / Mint-style calls.

H1/H2 go through Req (Finch). H3 goes through :quic_h3 when protocols: [:http3] (or [:http3, :http2, :http1]) is set.

Summary

Functions

delete(url, opts \\ [])

get(url, opts \\ [])

get!(url, opts \\ [])

head(url, opts \\ [])

patch(url, opts \\ [])

post(url, opts \\ [])

post!(url, opts \\ [])

put(url, opts \\ [])

request(method, url, opts \\ [])