#include "async_web_server_cpp/http_request.hpp"
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <boost/regex.hpp>
Go to the source code of this file.
Namespaces | |
async_web_server_cpp | |
Functions | |
static boost::regex | async_web_server_cpp::uri_regex ("(.*?)(?:\\?(.*?))?") |