连接器客户端
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace connector {
|
||||
|
||||
std::vector<std::uint8_t> decode_base64(const std::string& value);
|
||||
std::string url_decode(const std::string& value);
|
||||
std::string url_encode(const std::string& value);
|
||||
std::string html_escape(const std::string& value);
|
||||
std::string trim(const std::string& value);
|
||||
|
||||
} // namespace connector
|
||||
Reference in New Issue
Block a user