#include <INet.h>
Public Member Functions | |
GUri (const char *uri=0) | |
Parser for URI's. | |
bool | Set (const 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 | ( | const 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().