GoPxL SDK
GoUri.h
Go to the documentation of this file.
1 
9 #ifndef GO_PXL_SDK_GOURI_H
10 #define GO_PXL_SDK_GOURI_H
11 
12 namespace GoPxLSdk
13 {
14 /*
15  * Uri helper methods.
16  */
18 {
19 public:
28  static std::string UrlEncode(const std::string& src, bool spaceAsPlus = false);
29 
38  static std::string UrlDecode(const std::string& src, bool spaceAsPlus = false);
39 };
40 
41 }
42 
43 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Definition: Def.h:46
Definition: GoUri.h:17