http
Verified for current stable LTS
Http Commands
Http command syntax with verified terminal examples.
Commands
8 commands for Http
http HTTP
Http Command: Make Simple Get Request
http {https://example.com} http HTTP
Http Command: Print Specific Parts Of Content
http -p <H|B|h|b|m|Hh|Hhb|...> {https://example.com} http HTTP
Http Command: Specify Http Method And Proxy
http <GET|POST|HEAD|PUT|PATCH|DELETE|...> --proxy <http|https>:{http://localhost:8080|socks5://localhost:9050|...} {https://example.com} http HTTP
Http Command: Follow Redirects And Add Headers
http -F {https://example.com} {'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'} http HTTP
Http Command: Authenticate To Server
http -a {username:password|token} -A <basic|digest|bearer> <GET|POST|...> {https://example.com/auth} http HTTP
Http Command: Dry Run Request
http --offline <GET|DELETE|...> {https://example.com} http HTTP
Http Command: Use Named Sessions For Persistent Credentials
http --session <session_name|path/to/session.json> -a <username>:<password> {https://example.com/auth} {API-KEY:xxx} http HTTP
Http Command: Upload File To Form
http -f <POST> {https://example.com/upload} <cv@path/to/file> Suggest a Http Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Http workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.