appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Add helpers for HEAD, GET, POST, PATCH, PUT, DELETE, OPTIONS request #20

Closed danhuynhdev closed 5 years ago

danhuynhdev commented 5 years ago

Implementing helper methods for HEAD, GET, POST, PATCH, PUT, DELETE, OPTIONS like in issue #10.

gamache commented 5 years ago

Excellent! I'll make sure this gets merged into the upcoming 0.3.0 release (see https://github.com/appcues/mojito/pulls/22).

danhuynhdev commented 5 years ago

@gamache I rebased the change on to #22.