View Source Anthropic.HTTPClient behaviour (anthropic_community v0.4.3)

Summary

Callbacks

Link to this callback

build(method, url, headers, body, t)

View Source
Link to this callback

request(t, module, keyword)

View Source
@callback request(Finch.Request.t(), module(), keyword()) ::
  {:ok, Finch.Response.t()} | {:error, Exception.t()}

Functions

Link to this function

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

View Source
Link to this function

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

View Source