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

README.md: fix the file based separators internal link (#1510)

The link to "file based separators" in the "Reading headers from a file" section when rendered to HTML does not work. The link is now fixed by providing a URL and link text.
This commit is contained in:
Rudolf Olah
2023-05-24 11:22:56 -04:00
committed by GitHub
parent ec4fb84254
commit 30a6f73ec8

View File

@@ -1180,7 +1180,7 @@ All of these can be overwritten or unset (see below).
Please note that some internal headers, such as `Content-Length`, can’t be unset if Please note that some internal headers, such as `Content-Length`, can’t be unset if
they are automatically added by the client itself. they are automatically added by the client itself.
### Multiple header values with the same name ### Multiple header values with the same name
If the request is sent with multiple headers that are sharing the same name, then If the request is sent with multiple headers that are sharing the same name, then
the HTTPie will send them individually. the HTTPie will send them individually.