mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:34:16 +03:00
url_easy_setopt.3: Add undocumented values of curl_infotype
... for debug function
This commit is contained in:
parent
d765099813
commit
79a9f8c942
1 changed files with 4 additions and 0 deletions
|
|
@ -493,6 +493,10 @@ The data is header (or header-like) data sent to the peer.
|
|||
The data is protocol data received from the peer.
|
||||
.IP CURLINFO_DATA_OUT
|
||||
The data is protocol data sent to the peer.
|
||||
.IP CURLINFO_SSL_DATA_OUT
|
||||
The data is SSL/TLS (binary) data sent to the peer.
|
||||
.IP CURLINFO_SSL_DATA_IN
|
||||
The data is SSL/TLS (binary) data received from the peer.
|
||||
.RE
|
||||
.IP CURLOPT_DEBUGDATA
|
||||
Pass a pointer to whatever you want passed in to your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue