roar
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
request.hpp File Reference
#include <roar/mechanics/cookie.hpp>
#include <roar/authorization/basic_auth.hpp>
#include <roar/authorization/digest_auth.hpp>
#include <roar/authorization/authorization.hpp>
#include <roar/mechanics/ranges.hpp>
#include <roar/utility/base64.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/empty_body.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/constants.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/lexical_cast.hpp>
#include <optional>
#include <string>
#include <vector>
#include <unordered_map>
#include <deque>
Include dependency graph for request.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Roar::Detail::RequestExtensions
 
class  Roar::Request< BodyT >
 This class extends the boost::beast::http::request<BodyT> with additional convenience. More...
 

Namespaces

namespace  Roar
 
namespace  Roar::Detail
 

Typedefs

using Roar::EmptyBodyRequest = Request< boost::beast::http::empty_body >