Skip to content
Andrew Lambert edited this page Jul 17, 2020 · 6 revisions

libcURL.URLPart

Enumeration

Protected Enum URLPart
  All=0
  Scheme
  User
  Password
  Options
  Host
  Port
  Path
  Query
  Fragment

Remarks

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

Clone this wiki locally