API Reference HTTPoison v2.1.0
Modules
The HTTP client for Elixir.
Provides a default implementation for HTTPoison functions.
Provides a set of functions to handle multipart requests/responses
If the option :follow_redirect
is given to a request, HTTP redirects are automatically follow if
the method is set to :get
or :head
and the response's status_code
is 301
, 302
or 307
.
Request
properties