curl2httpoison v0.0.3 Mix.Tasks.Curl2httpoison

Curl2httpoison is a module used for converting curl request string to HTTPPoison call.

Summary

Functions

Convert curl string to HTTPPoison call ## Example iex> Curl2httpoison.parse_curl("curl -X POST http://google.pl") "request(:post, "http://google.pl", "", [], []) "

Functions

parse_curl(curl)

Specs

parse_curl(String.t) :: String.t

Convert curl string to HTTPPoison call ## Example iex> Curl2httpoison.parse_curl("curl -X POST http://google.pl") "request(:post, "http://google.pl", "", [], []) "