Gale.Finch (Gale v0.1.1)

Copy Markdown View Source

Drop-in for Finch. Same start_link/1 and request/3; HTTP/3 when the request URL uses https and protocols: [:http3] is in Finch pool config or request opts.

Summary

Functions

build(method, url, headers \\ [], body \\ nil, opts \\ [])

See Finch.build/5.

child_spec(opts)

request(req, name, opts \\ [])

request!(req, name, opts \\ [])

start_link(opts)

stream(req, name, acc, fun, opts \\ [])

See Finch.stream/5.