-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xh" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["ducaale <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. | ||
.TH XH "1" "September 2021" "xh 0.12.0" "User Commands" | ||
.TH XH "1" "September 2021" "xh 0.13.0" "User Commands" | ||
.SH NAME | ||
xh \- Friendly and fast tool for sending HTTP requests | ||
.SH SYNOPSIS | ||
|
@@ -111,8 +111,7 @@ Construct HTTP requests without sending them anywhere | |
.IP | ||
(default) Exit with an error status code if the server replies with an error. | ||
.IP | ||
The exit code will be 4 on 4xx (Client Error), 5 on 5xx (Server Error), or 3 on 3xx (Redirect) if \fB\-\-follow\fR | ||
isn't set. | ||
The exit code will be 4 on 4xx (Client Error), 5 on 5xx (Server Error), or 3 on 3xx (Redirect) if \fB\-\-follow\fR isn't set. | ||
.IP | ||
If stdout is redirected then a warning is written to stderr. | ||
.HP | ||
|
@@ -178,8 +177,7 @@ Save output to FILE instead of stdout | |
.IP | ||
Create, or reuse and update a session. | ||
.IP | ||
Within a session, custom headers, auth credentials, as well as any cookies sent by the server persist | ||
between requests. | ||
Within a session, custom headers, auth credentials, as well as any cookies sent by the server persist between requests. | ||
.HP | ||
\fB\-\-session\-read\-only\fR <FILE> | ||
.IP | ||
|
@@ -211,13 +209,11 @@ Use a proxy for a protocol. For example: `\-\-proxy https:http://proxy.host:8080 | |
.IP | ||
PROTOCOL can be `http`, `https` or `all`. | ||
.IP | ||
If your proxy requires credentials, put them in the URL, like so: `\-\-proxy | ||
http:socks5://user:[email protected]:8000`. | ||
If your proxy requires credentials, put them in the URL, like so: `\-\-proxy http:socks5://user:[email protected]:8000`. | ||
.IP | ||
You can specify proxies for multiple protocols by repeating this option. | ||
.IP | ||
The environment variables `http_proxy` and `https_proxy` can also be used, but are completely ignored if | ||
\fB\-\-proxy\fR is passed. | ||
The environment variables `http_proxy` and `https_proxy` can also be used, but are completely ignored if \fB\-\-proxy\fR is passed. | ||
.HP | ||
\fB\-\-verify\fR <VERIFY> | ||
.IP | ||
|