- remove encoding of body nil
- 500 and unknown errors more verbose. Returns tuple instead of http_status only.
- add post/4, get/4, delete/4, put/4, patch/4
If available in Hex, the package can be installed
by adding antl_http_client
to your list of dependencies in mix.exs
:
def deps do
[
{:antl_http_client, "~> 0.4.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/antl_http_client.