-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.ResponseHeaders
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.cURLSession.ResponseHeaders
Dim ResponseHeaders As libcURL.ResponseHeaderEngine
Returns a reference to a ResponseHeaderEngine instance.
Dim curl As New cURLClient
If curl.Get("https://www.example.com/") Then
Dim header As libcURL.ResponseHeader = curl.ResponseHeaders.GetHeader("Content-Type")
MsgBox(header.Name + ": " + header.Value)
End If
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.