HTTPoison Documentation

repository·main·Indexed 25 days ago

https://github.com/edgurgel/httpoison

An Elixir HTTP client built on top of HTTPotion that provides a high-level interface for making synchronous and asynchronous HTTP requests.

Tokens
207
Snippets
1
Records
3
Agent score
31%

What's inside HTTPoison

  1. Upgrade from HTTPoison 2.x to 3.x

    main

    The primary breaking change in version 3.0 is how the ssl option is handled. In 3.x, the ssl option now merges with the default options. In version 2.x, the ssl option would override the default options.

    If you need to maintain the previous behavior (overriding defaults), use the new ssl_override option.