diff options
author | Yehezkel Horowitz <horowity@checkpoint.com> | 2014-02-16 23:27:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-16 23:27:16 +0100 |
commit | 79a9f8c94273995cdccbbde87e251f1ea4a2700d (patch) | |
tree | 6c0c984e323bcf7a1bb74d609f8194d6e6f8e7ae /docs/libcurl/curl_easy_setopt.3 | |
parent | d765099813f58153cb859279c743e6494d179341 (diff) |
url_easy_setopt.3: Add undocumented values of curl_infotype
... for debug function
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index eb44295d4..2d7f793fd 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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 |