AxiomAi.Http (AxiomAI v0.1.4)
View SourceHTTP client utilities for AxiomAI.
Summary
Functions
Performs a GET request.
Performs a POST request with JSON payload.
Performs a POST request with JSON payload and returns a stream for processing chunked responses.
Functions
Performs a GET request.
Performs a POST request with JSON payload.
@spec post_stream(String.t(), map(), list()) :: {:ok, Enumerable.t()} | {:error, any()}
Performs a POST request with JSON payload and returns a stream for processing chunked responses.