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

Use HTTPie repository everywhere

This commit is contained in:
Mickaël Schoentgen
2021-10-07 16:15:52 +02:00
parent 3869c3ce99
commit 476eb4f0d9

View File

@@ -1928,8 +1928,8 @@ All changes are recorded in the [change log](#change-log).
- [CurliPie](https://curlipie.now.sh/) help convert cURL command line to HTTPie command line
#### Alternatives
- [httpcat](https://github.com/jakubroztocil/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line
- [httpcat](https://github.com/httpie/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line
- [curl](https://curl.haxx.se) — a "Swiss knife" command line tool and an exceptional library for transferring data with URLs.
### Contributing
@@ -1955,7 +1955,7 @@ Helpers to convert from other client tools:
#### Alternatives
- [httpcat](https://github.com/jakubroztocil/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line
- [httpcat](https://github.com/httpie/httpcat) — a lower-level sister utility of HTTPie for constructing raw HTTP requests on the command line
- [curl](https://curl.haxx.se) — a "Swiss knife" command line tool and an exceptional library for transferring data with URLs.
### Contributing