-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLParser.SetPartContent
Andrew Lambert edited this page Sep 14, 2023
·
6 revisions
Function SetPartContent(Part As libcURL.URLPart, Contents As String, Flags As Integer) As Boolean
Name | Type | Comment |
---|---|---|
Part | URLPart | The part of the URL to modify. |
Contents | String |
The new contents of the URL part. |
Flags | Integer |
Feature flags (see remarks). |
If the URL part was set this method returns True. If it returns False then consult URLParser.LastError
for details.
This method allows you specify custom options when modifying a URL part (as opposed to using the class properties.)
The Flags
parameter can be a bitmask of one or more parser flags. Refer to the libcurl documentation for information about what flags are available and what they do.
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.