2 #include <samchon/API.hpp> 4 #include <samchon/ByteArray.hpp> 5 #include <samchon/library/URLVariables.hpp> 62 HTTPLoader(
const std::string &,
int method = POST);
71 void setURL(
const std::string &);
81 auto getURL()
const->std::string;
86 auto getMethod()
const -> int;
91 auto getCookie(
const std::string &)
const->std::string;
static HashMap< std::string, std::string > cookieMap
Cookies got from remote web server.
int method
Method, Get or Post.
Top level namespace of products built from samchon.
URLVariables class is for representing variables of HTTP.