summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-01-11 22:19:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-01-11 22:19:20 +0100
commit087055d7b00402b07e8ba241d5ec60d3425fccb0 (patch)
tree04f97ec06162495bced6ab551e1c0194b14f6563
parentf007fe050c19f59df8249adb766cd5d215dd77e9 (diff)
downloadcurl-bagder/cookie-docs.tar.gz
fixup spell it out: "set over HTTPS"bagder/cookie-docs
-rw-r--r--docs/HTTP-COOKIES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md
index ddf66f473..cceecc0af 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -56,7 +56,7 @@
| 0 | example.com | Domain name |
| 1 | FALSE | Include subdomains boolean |
| 2 | /foobar/ | Path |
- | 3 | TRUE | Set over a secure transport |
+ | 3 | TRUE | Set over HTTPS |
| 4 | 1462299217 | Expires at – seconds since Jan 1st 1970, or 0 |
| 5 | person | Name of the cookie |
| 6 | daniel | Value of the cookie |