JayBeams  0.1
Another project to have fun coding.
Namespaces | Typedefs
base_types.hpp File Reference
#include <beast/http.hpp>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::ehs
 Contains types and classes to implemented Embedded HTTP Servers.
 

Typedefs

using jb::ehs::request_type = beast::http::request< beast::http::string_body >
 The request type used for JayBeams Embedded HTTP Servers. More...
 
using jb::ehs::response_type = beast::http::response< beast::http::string_body >
 The response type used for JayBeams Embedded HTTP Servers. More...