Malloy
Loading...
Searching...
No Matches
http.hpp
1#pragma once
2
3#include "types.hpp"
4
10namespace malloy::http
11{
12}
13
14namespace malloy
15{
16
23 [[nodiscard]]
24 inline
25 std::string_view
27 {
28 return boost::beast::http::to_string(method);
29 }
30
31}
Definition: cookie.hpp:8
boost::beast::http::verb method
Definition: types.hpp:18
Definition: controller.hpp:31
std::string_view to_string(const malloy::http::method method)
Definition: http.hpp:26