OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
UrlEncoding.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <string>
6
7namespace ot {
8
10 namespace url {
11
15 OT_SYS_API_EXPORT std::string urlEncode(std::string _str);
16 }
17}
#define OT_SYS_API_EXPORT
Definition SystemAPIExport.h:11
OT_SYS_API_EXPORT std::string urlEncode(std::string _str)
Will encode the string given as argument such that it can be used in URLs.
Definition UrlEncoding.cpp:8
Definition Connector.h:8