aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3
AgeCommit message (Collapse)Author
2017-05-06opts: fix bad example formatting \n => \\nDaniel Stenberg
...to render properly nroff.
2017-05-06opts: examples added to 8 more libcurl option man pagesDaniel Stenberg
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
- Add new option CURLOPT_SUPPRESS_CONNECT_HEADERS to allow suppressing proxy CONNECT response headers from the user callback functions CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION. - Add new tool option --suppress-connect-headers to expose CURLOPT_SUPPRESS_CONNECT_HEADERS and allow suppressing proxy CONNECT response headers from --dump-header and --include. Assisted-by: Jay Satiro Assisted-by: CarloCannas@users.noreply.github.com Closes https://github.com/curl/curl/pull/783
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-02opts: 8 more CURLINFO* options as stand-alone man pagesDaniel Stenberg