Skip to content

libcURL.EasyHandle.URL

Andrew Lambert edited this page Nov 26, 2022 · 10 revisions

Property Declaration

 Dim URL As String

Remarks

Gets the most recently used URL, or sets the URL to be used next.

Setter accepts URLs as curl would on the command line, allowing you to set the port, host, username and password, etc. simply by setting them in the URL passed to the setter.

Getter returns the effective URL of the most recent transfer. This means the final URL after all redirects, etc. have completed and may not correspond to the original URL. To retrieve the original URL use the GetOption method and pass libcURL.Opts.URL as the option number.

See also

Clone this wiki locally