Yet Another HTTP Library
yahttp
Main Page
Namespaces
Classes
Files
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Yet Another HTTP Library Documentation
Quick start example
#include <
yahttp/yahttp.hpp
>
int
main(
void
) {
std::ifstream ifs(
"request.txt"
);
YaHTTP::Request
req;
ifs >> req;
std::cout << req.
method
" "
<< req.url.path << std::endl;
return
0;
}
Author
Aki Tuomi
Generated on Sat Dec 27 2014 16:11:59 for Yet Another HTTP Library by
1.8.6