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