ゴミ箱
Namespaces | Macros | Functions
verb.ipp File Reference
#include <boost/beast/core/detail/config.hpp>
#include <boost/throw_exception.hpp>
#include <stdexcept>

Namespaces

 boost
 
 boost::beast
 
 boost::beast::http
 
 boost::beast::http::detail
 

Macros

#define BOOST_BEAST_HTTP_IMPL_VERB_IPP
 

Functions

template<class = void>
string_view boost::beast::http::detail::verb_to_string (verb v)
 
template<class = void>
verb boost::beast::http::detail::string_to_verb (string_view v)
 
string_view boost::beast::http::to_string (verb v)
 Returns the text representation of a request method verb. More...
 
verb boost::beast::http::string_to_verb (string_view s)
 

Macro Definition Documentation

#define BOOST_BEAST_HTTP_IMPL_VERB_IPP