1 #ifndef jb_ehs_base_types_hpp 2 #define jb_ehs_base_types_hpp 4 #include <beast/http.hpp> 17 using request_type = beast::http::request<beast::http::string_body>;
25 #endif // jb_ehs_base_types_hpp beast::http::request< beast::http::string_body > request_type
The request type used for JayBeams Embedded HTTP Servers.
beast::http::response< beast::http::string_body > response_type
The response type used for JayBeams Embedded HTTP Servers.
The top-level namespace for the JayBeams library.