Skip to content

libcURL.cURLSession.GetResponseHeaders

Andrew Lambert edited this page Nov 7, 2023 · 4 revisions

libcURL.cURLSession.GetResponseHeaders (Deprecated)

Method Signature

 Function GetResponseHeaders() As InternetHeaders

Return value

Note: This method has been deprecated in favor of cURLSession.ResponseHeaders.

An InternetHeaders object containing the headers from the most recent transfer, or Nil if no headers were received.

Clone this wiki locally