You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Fix broken docs link (#1322)
This commit is contained in:
@@ -448,7 +448,7 @@ $ http https://api.github.com/search/repositories q==httpie per_page==1
|
|||||||
GET /search/repositories?q=httpie&per_page=1 HTTP/1.1
|
GET /search/repositories?q=httpie&per_page=1 HTTP/1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can even retrieve the `value` from a file by using the `param==@file` syntax. This would also effectively strip the newlines from the end. See [#file-based-separators] for more examples.
|
You can even retrieve the `value` from a file by using the `param==@file` syntax. This would also effectively strip the newlines from the end. See [file based separators](#file-based-separators) for more examples.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ http pie.dev/get text==@files/text.txt
|
$ http pie.dev/get text==@files/text.txt
|
||||||
|
Reference in New Issue
Block a user