-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Append
Andrew Lambert edited this page Jan 14, 2023
·
10 revisions
Sub Append(Data As String)
Name | Type | Comment |
---|---|---|
Data | String | The string to be appended to the list |
Adds a string to the list of strings. For example, the HTTP header Connection: close
would be added like this:
Dim lst As New libcURL.ListPtr
lst.Append("Connection: close")
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.