ExUtcp.Transports.Http (ex_utcp v0.3.2)

Copy Markdown View Source

HTTP transport implementation for UTCP.

This transport handles HTTP/HTTPS based tool providers, including REST APIs and OpenAPI specification discovery.

Summary

Functions

Creates a new HTTP transport.

Functions

new(opts \\ [])

@spec new(keyword()) :: %ExUtcp.Transports.Http{
  http_client: term(),
  logger: function(),
  oauth_tokens: map()
}

Creates a new HTTP transport.