NAWA 0.8
Web Application Framework for C++
HttpRequestHandler.cpp File Reference

Implementation of the HttpRequestHandler class. More...

#include <boost/network/protocol/http/server.hpp>
#include <nawa/Exception.h>
#include <nawa/RequestHandler/RequestHandler.h>
#include <nawa/RequestHandler/impl/HttpRequestHandler.h>
#include <nawa/connection/Connection.h>
#include <nawa/connection/ConnectionInitContainer.h>
#include <nawa/logging/Log.h>
#include <nawa/util/MimeMultipart.h>
#include <nawa/util/utils.h>

Go to the source code of this file.

Typedefs

using HttpServer = http::server< HttpHandler >
 

Detailed Description

Implementation of the HttpRequestHandler class.

Definition in file HttpRequestHandler.cpp.

Typedef Documentation

◆ HttpServer

using HttpServer = http::server<HttpHandler>

Definition at line 38 of file HttpRequestHandler.cpp.