tuyen send command
Send a request to a URL.
Usage
tuyen send [OPTIONS] <URL>
Arguments:.
Options
-m, –method <METHOD>
Request method.
Default: GET.
-H, –headers <HEADERS>
Custom headers to include in the request.
–timeout <TIMEOUT>
Request timeout in seconds.
Default: 600.
-a, –all <ALL>
Whether to log all headers.
Possible values: true, false.
-b, –body <BODY>
Whether to log the response body.
Default: true.
Possible values: true, false.
-o, –output <OUTPUT>
Output file path to save the response body.
-z, –zip <ZIP>
Whether to send Accept-Encoding: “gzip, deflate, br, zstd” header.
Possible values: true, false.
-h, –help
Print help.