Skip to content

libcURL.URLParser.GetPartContent

Andrew Lambert edited this page Sep 14, 2023 · 7 revisions

libcURL.URLParser.GetPartContent

Method Signature

 Function GetPartContent(Part As libcURL.URLPart, Flags As Integer) As String

Parameters

Name Type Comment
Part URLPart The part of the URL to read.
Flags Integer Feature flags (see remarks).

Return value

The contents of the requested URL part.

Remarks

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.

Clone this wiki locally