fetch
fetch copied to clipboard
Convert CURL to javascript fetch api
Hi, thanks for the app, it's usefull for converting curl API examples to JS code. Also here is a problem With input: ```bash curl -X POST 'URL' -H 'Content-Type: application/json'...
I'd like to send a PR which creates sendable links: * when data is entered, it will change the query string (?curl_input=some_encoded_string) * when the page is loaded with a...
Someone gave me a curl command: `curl -4 https://icanhazip.com/` and when I put this in the converter, it gives me: `fetch('https://icanhazip.com/')` The fetch command gives me the ipv6 address while...