AGX Dynamics 2.41.1.2
Loading...
Searching...
No Matches
agxUtil::Uri Struct Reference

#include <Uri.h>

Public Member Functions

 Uri (const agx::String &uri)
 

Static Public Member Functions

static agx::String decodeUrl (const agx::String &url)
 Decode percent-encoded characters in an URL.
 

Public Attributes

agx::String host
 
bool isValid = false
 
agx::String parameters
 
agx::String path
 
agx::UInt16 port = agx::InvalidIndex
 
agx::String protocol
 

Detailed Description

Definition at line 31 of file Uri.h.

Constructor & Destructor Documentation

◆ Uri()

agxUtil::Uri::Uri ( const agx::String uri)

Member Function Documentation

◆ decodeUrl()

static agx::String agxUtil::Uri::decodeUrl ( const agx::String url)
static

Decode percent-encoded characters in an URL.

Parameters
urlThe URL to decode percent-encoded characters in.
Returns
A string containing the decoded URL.

Member Data Documentation

◆ host

agx::String agxUtil::Uri::host

Definition at line 37 of file Uri.h.

◆ isValid

bool agxUtil::Uri::isValid = false

Definition at line 42 of file Uri.h.

◆ parameters

agx::String agxUtil::Uri::parameters

Definition at line 40 of file Uri.h.

◆ path

agx::String agxUtil::Uri::path

Definition at line 39 of file Uri.h.

◆ port

agx::UInt16 agxUtil::Uri::port = agx::InvalidIndex

Definition at line 38 of file Uri.h.

◆ protocol

agx::String agxUtil::Uri::protocol

Definition at line 36 of file Uri.h.


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