|
AGX Dynamics 2.41.1.2
|
#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 |
| agxUtil::Uri::Uri | ( | const agx::String & | uri | ) |
|
static |
Decode percent-encoded characters in an URL.
| url | The URL to decode percent-encoded characters in. |
| agx::String agxUtil::Uri::host |
| agx::String agxUtil::Uri::parameters |
| agx::String agxUtil::Uri::path |
| agx::UInt16 agxUtil::Uri::port = agx::InvalidIndex |
| agx::String agxUtil::Uri::protocol |