-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLParser.GetPartContent
Andrew Lambert edited this page Sep 14, 2023
·
7 revisions
Function GetPartContent(Part As libcURL.URLPart, Flags As Integer) As String
Name | Type | Comment |
---|---|---|
Part | URLPart | The part of the URL to read. |
Flags | Integer |
Feature flags (see remarks). |
The contents of the requested URL part.
This method allows you specify custom options when reading 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.