Tesla
Simple Request
Creating Modules
Plugs
Converts the Elixir map into a json string with jason and adds Content-Type: application/json
to headers
Will append to path unless you start with http
Convert an Elixir map given as the second argument to the post()
function into form format: "name=Joel&age=21"
Adds Contet-Type: application/x-www-form-urlencoded
header
https://github.com/teamon/tesla#middleware
Last updated