mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
parent
5dc1618fd6
commit
1a46d7c976
@ -35,7 +35,7 @@ support.
|
|||||||
|
|
||||||
## CURL_DISABLE_HTTP_AUTH
|
## CURL_DISABLE_HTTP_AUTH
|
||||||
|
|
||||||
Disable suppotr for all HTTP authentication methods.
|
Disable support for all HTTP authentication methods.
|
||||||
|
|
||||||
## CURL_DISABLE_IMAP
|
## CURL_DISABLE_IMAP
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ Limitations:
|
|||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
CloudFlare blog: [Encrypting SNI: Fixing One of the Core Internet Bugs][corebug]
|
Cloudflare blog: [Encrypting SNI: Fixing One of the Core Internet Bugs][corebug]
|
||||||
|
|
||||||
Cloudflare blog: [Encrypt it or lose it: how encrypted SNI works][esniworks]
|
Cloudflare blog: [Encrypt it or lose it: how encrypted SNI works][esniworks]
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
and in 2017, another update was
|
and in 2017, another update was
|
||||||
[drafted](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-01)
|
[drafted](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-01)
|
||||||
to deprecate modification of 'secure' cookies from non-secure origins. Both
|
to deprecate modification of 'secure' cookies from non-secure origins. Both
|
||||||
of these drafs have been incorporated into a proposal to
|
of these drafts have been incorporated into a proposal to
|
||||||
[replace](https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02)
|
[replace](https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02)
|
||||||
RFC6265. Cookie prefixes and secure cookie modification protection has been
|
RFC6265. Cookie prefixes and secure cookie modification protection has been
|
||||||
implemented by curl.
|
implemented by curl.
|
||||||
|
@ -13,7 +13,7 @@ and libcurl.
|
|||||||
|
|
||||||
## QUIC libraries
|
## QUIC libraries
|
||||||
|
|
||||||
QUIC libraries we're experiementing with:
|
QUIC libraries we're experimenting with:
|
||||||
|
|
||||||
[ngtcp2](https://github.com/ngtcp2/ngtcp2)
|
[ngtcp2](https://github.com/ngtcp2/ngtcp2)
|
||||||
|
|
||||||
|
@ -701,7 +701,7 @@ Otherwise, curl will attempt to use a sensible TLS default version.
|
|||||||
## Resuming File Transfers
|
## Resuming File Transfers
|
||||||
|
|
||||||
To continue a file transfer where it was previously aborted, curl supports
|
To continue a file transfer where it was previously aborted, curl supports
|
||||||
esume on HTTP(S) downloads as well as FTP uploads and downloads.
|
resume on HTTP(S) downloads as well as FTP uploads and downloads.
|
||||||
|
|
||||||
Continue downloading a document:
|
Continue downloading a document:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user