Skip to content

libcURL.curl_infotype

Andrew Lambert edited this page Nov 26, 2022 · 11 revisions

libcURL.curl_infotype

Enumeration

Protected Enum curl_infotype
   text
   header_in
   header_out
   data_in
   data_out
   ssl_in
   ssl_out
   info_end

Remarks

Used in curl debug messages to indicate the type of message.

See also

Clone this wiki locally