kashka v0.1.0 Kashka.Http View Source
Helper module-wrapper around Mint
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Kashka.Http{
fix_host: boolean(),
fix_port: boolean(),
fix_schema: boolean(),
headers: Mint.Types.headers(),
keepalive: boolean(),
mint: Mint.HTTP.t(),
uri: URI.t()
}
Link to this section Functions
Link to this function
request(state, method, path, headers, body, timeout \\ 30000)
View Sourcerequest( t() | args(), String.t(), String.t(), Mint.Types.headers(), iodata(), non_neg_integer() ) :: {:ok, t(), non_neg_integer(), iodata()}