LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
http_build_query.h
Go to the documentation of this file.
1 #ifndef __HTTP_BUILD_QUERY_H__
2 #define __HTTP_BUILD_QUERY_H__
3 
4 #include <map>
5 #include <string>
6 
7 std::string http_build_query(std::map<std::string, std::string>);
8 
9 #endif
std::string http_build_query(std::map< std::string, std::string >)