mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:37:17 +03:00
misc: fix typos
Bug: https://curl.se/mail/lib-2021-01/0063.html Closes #6434
This commit is contained in:
parent
06f1db57ca
commit
4f61fd87b2
7 changed files with 12 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ Build curl to use hyper's C API:
|
|||
Hyper is a low level HTTP transport library. curl itself provides all HTTP
|
||||
headers and Hyper provides all received headers back to curl.
|
||||
|
||||
Therefore, msost of the "header logic" in curl as in responding to and acting
|
||||
Therefore, most of the "header logic" in curl as in responding to and acting
|
||||
on specific input and output headers are done the same way in curl code.
|
||||
|
||||
The API in Hyper delivers received HTTP headers as (cleaned up) name=value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue