cookie_jar v1.0.3 CookieJar.HTTPotion
Use this module instead of HTTPotion, use jar as the first argument in all function calls, i.e. [:get, :head, :options, :delete, :post, :put, :patch, :get!, :head!, :options!, :delete!, :post!, :put!, :patch!]
Link to this section Summary
Link to this section Functions
Link to this function
delete(jar, url, options \\ [])
delete(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
delete!(jar, url, options \\ [])
delete!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
get(jar, url, options \\ [])
get(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
get!(jar, url, options \\ [])
get!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
head(jar, url, options \\ [])
head(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
head!(jar, url, options \\ [])
head!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
options(jar, url, options \\ [])
options(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
options!(jar, url, options \\ [])
options!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
patch(jar, url, options \\ [])
patch(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
patch!(jar, url, options \\ [])
patch!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
post(jar, url, options \\ [])
post(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
post!(jar, url, options \\ [])
post!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()
Link to this function
put(jar, url, options \\ [])
put(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result()
Link to this function
put!(jar, url, options \\ [])
put!(GenServer.server(), String.t(), Keyword.t()) :: HTTPotion.http_result_bang()