docs: lots of minor language polish

Mostly based on recent language decisions from "everything curl":

- remove contractions (isn't => is not)
- *an* HTTP (consistency)
- runtime (no hyphen)
- backend (no hyphen)
- URL is uppercase

Closes #8646
This commit is contained in:
Daniel Stenberg 2022-03-29 13:58:11 +02:00
parent f7376547bf
commit 3a4182d468
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
30 changed files with 97 additions and 97 deletions

View file

@ -2,7 +2,7 @@
## Cookie overview
Cookies are `name=contents` pairs that a HTTP server tells the client to
Cookies are `name=contents` pairs that an HTTP server tells the client to
hold and then the client sends back those to the server on subsequent
requests to the same domains and paths for which the cookies were set.
@ -111,9 +111,9 @@
`CURLOPT_COOKIELIST`
Provide detailed information about a single cookie to add to the internal
storage of cookies. Pass in the cookie as a HTTP header with all the details
set, or pass in a line from a Netscape cookie file. This option can also be
used to flush the cookies etc.
storage of cookies. Pass in the cookie as an HTTP header with all the
details set, or pass in a line from a Netscape cookie file. This option can
also be used to flush the cookies etc.
`CURLINFO_COOKIELIST`