HTTP Request Builder (cURL, fetch, Python)
Build an HTTP request with a form: URL, method, headers, body. The right pane shows the equivalent command in cURL, browser fetch, Python requests, and HTTPie. Useful for converting between formats — record a request in cURL from your browser devtools, paste here, get the requests code.
Headers
Body (JSON / form / raw)
Output
How to use the HTTP Request Builder (cURL, fetch, Python)
Fill in the URL, pick a method, add headers, set the body type and content. The output updates as you type. Switch the format dropdown to see equivalent commands in your tool of choice.