1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-27 00:51:16 +02:00

Replaced unmaintained OAuth plugin with new httpie-oauth1 plugin. (#1302)

This commit is contained in:
Hoylen Sue
2022-03-04 02:31:06 +10:00
committed by GitHub
parent 25bd817bb2
commit c901e70463

View File

@ -1377,7 +1377,7 @@ Here are a few picks:
$ http --follow pie.dev/redirect/3
```
With `307 Temporary Redirect` and `308 Permanent Redirect`, the method and the body of the original request
With `307 Temporary Redirect` and `308 Permanent Redirect`, the method and the body of the original request
are reused to perform the redirected request. Otherwise, a body-less `GET` request is performed.
### Showing intermediary redirect responses