Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tuyen send command

Send a request to a URL.

Usage

tuyen send [OPTIONS] <URL>

Arguments:.
URL to send the request to.

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.