Convert CURL commands to Elixir code online

Curl command

Examples: GET - POST - JSON - Basic Auth - Files - Form

CURL to Elixir Online

This tool helps you to generate Elixir code based on CURL Command. Copy and Paste CURL Command and Generate Elixir.

What can you do with CURL to Elixir Converter Online?

  • CURL to Elixir is very unique tool to convert cURL command to http request of Elixir. The input provide by the user's cURL command to generate Elixir Code.
  • This tool saves your time and helps to generate Elixir code with ease.
  • CURL to Elixir works well on Windows, MAC, Linux, Chrome, Firefox, Edge and Safari.

what is CURL?

cURL is an open-source command line tool that downloads files from the web. It supports a variety of protocols, including HTTP, HTTPS, FTP, SFTP, TFTP, Gopher and others.

How do convert CURL to Elixir code? 

Step1: Paste and convert your CURL requests to Elixir code

Step2: Copy Elixir code

Convert CURL to Elixir example

CURL
cURL example.com
Elixir Code
response = HTTPoison.get!("http://example.com")