Skip to content
Andrew Lambert edited this page Sep 20, 2022 · 6 revisions

libcURL.URLPart

Enumeration

Protected Enum URLPart
  All=0
  Scheme
  User
  Password
  Options
  Host
  Port
  Path
  Query
  Fragment
  ZoneID ' libcurl 7.65.0 and later

Remarks

Used in the URLParser class to indicate the part of the URL being referred to.

Clone this wiki locally