Fast and multi-purpose HTTP toolkit for testing and debugging APIs
Fast and multi-purpose HTTP toolkit
httpx$ httpx https://example.com$ httpx -X POST https://api.example.com/users -d '{"name":"John"}' -H 'Content-Type: application/json'$ httpx -v https://example.com -o response.txt