http
Verified for current stable LTS
Http Command: Specify Http Method And Use Proxy
Use for specify http method and use proxy with Http. Exact CLI syntax to specify http method and use proxy using Http.
When to use this: Use for specify http method and use proxy with Http.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
http <GET|POST|HEAD|PUT|PATCH|DELETE|...> --proxy <http|https>:{http://localhost:8080|socks5://localhost:9050|...} {https://example.com} http <GET|POST|HEAD|PUT|PATCH|DELETE|...> --proxy <http|https>:`{http://localhost:8080|socks5://localhost:9050|...`} `{https://example.com`} Command Breakdown
--proxy- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify http method and use proxy using Http.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Http Command: Authenticate To Server
http -a {username:password|token} -A <basic|digest|bearer> <GET|POST|...> {https://example.com/auth} Http Command: Construct Request But Do Not Send http --offline <GET|DELETE|...> {https://example.com} Http Command: Dry Run Request http --offline <GET|DELETE|...> {https://example.com} Http Command: Follow Redirects And Add Headers http -F {https://example.com} {'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'} Http Command: Follow Redirects And Specify Headers http -F {https://example.com} {'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'}