User-friendly command-line HTTP client with intuitive syntax
User-friendly cURL replacement (command-line HTTP client)
httphttps$ http GET https://api.example.com/users$ http POST https://api.example.com/users name=John email=john@example.com$ http --headers GET https://api.example.com Authorization:'Bearer token123'