1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Update Requests documentation links (#1414)

This commit is contained in:
Nate Prewitt
2022-06-17 15:04:42 -06:00
committed by GitHub
parent c995fd9b24
commit 91cdb22a4b

View File

@@ -1453,7 +1453,8 @@ $ http --proxy=http:http://user:pass@10.10.1.10:3128 example.org
## HTTPS
### Server SSL certificate verification
To skip the host’s SSL certificate verification, you can pass `--verify=no` (default is `yes`):
To skip the host’s SSL certificate verification, you can pass `--verify=no` (default is `yes`):
```bash
$ http --verify=no https://pie.dev/get
@@ -2553,7 +2554,7 @@ HTTPie has the following community channels:
See [github.com/httpie/httpie/security/policy](https://github.com/httpie/httpie/security/policy).
### Change log
### Change log
See [CHANGELOG](https://github.com/httpie/httpie/blob/master/CHANGELOG.md).