#include <INet.h>

Public Member Functions | |
| GUri (char *uri=0) | |
| Parser for URI's. | |
| bool | Set (char *uri) |
| Parse a URI into it's sub fields... | |
| char * | Get () |
| Re-constructs the URI. | |
| void | Empty () |
| Empty this object... | |
| GAutoString | Encode (char *s, char *ExtraCharsToEncode=0) |
| URL encode. | |
| GAutoString | Decode (char *s) |
| URL decode. | |
| GUri::GUri | ( | char * | uri = 0 |
) |
| GAutoString GUri::Encode | ( | char * | s, | |
| char * | ExtraCharsToEncode = 0 | |||
| ) |
URL encode.
| s | The string to encode |
| ExtraCharsToEncode | [Optional] Any extra characters you want encoded |
References GStringPipe::NewStr(), and GBytePipe::Write().
Referenced by Get().
1.5.7.1