mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Resolve #1145
This commit is contained in:
parent
b324921c1a
commit
865b0e4c03
2 changed files with 10 additions and 0 deletions
|
@ -1661,6 +1661,8 @@ namespace detail {
|
|||
|
||||
std::string encode_query_param(const std::string &value);
|
||||
|
||||
std::string decode_url(const std::string &s, bool convert_plus_to_space);
|
||||
|
||||
void read_file(const std::string &path, std::string &out);
|
||||
|
||||
std::string trim_copy(const std::string &s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue