Curl Scol plugin
Static Public Member Functions | Public Attributes | List of all members
Uri Struct Reference

Static Public Member Functions

static Uri Parse (const std::string &uri)
 

Public Attributes

std::string QueryString
 
std::string Path
 
std::string Protocol
 
std::string Host
 
std::string Port
 

Detailed Description

Definition at line 43 of file sCurl.h.

Member Function Documentation

◆ Parse()

static Uri Uri::Parse ( const std::string &  uri)
inlinestatic

Definition at line 48 of file sCurl.h.

Member Data Documentation

◆ Host

std::string Uri::Host

Definition at line 46 of file sCurl.h.

◆ Path

std::string Uri::Path

Definition at line 46 of file sCurl.h.

◆ Port

std::string Uri::Port

Definition at line 46 of file sCurl.h.

◆ Protocol

std::string Uri::Protocol

Definition at line 46 of file sCurl.h.

◆ QueryString

std::string Uri::QueryString

Definition at line 46 of file sCurl.h.


The documentation for this struct was generated from the following file: