ゴミ箱
Namespaces | Enumerations | Functions
verb.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/core/string.hpp>
#include <iosfwd>
#include <boost/beast/http/impl/verb.ipp>

Go to the source code of this file.

Namespaces

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

Enumerations

enum  boost::beast::http::verb {
  boost::beast::http::verb::unknown = 0, boost::beast::http::verb::delete_, boost::beast::http::verb::get, boost::beast::http::verb::head,
  boost::beast::http::verb::post, boost::beast::http::verb::put, boost::beast::http::verb::connect, boost::beast::http::verb::options,
  boost::beast::http::verb::trace, boost::beast::http::verb::copy, boost::beast::http::verb::lock, boost::beast::http::verb::mkcol,
  boost::beast::http::verb::move, boost::beast::http::verb::propfind, boost::beast::http::verb::proppatch, boost::beast::http::verb::search,
  boost::beast::http::verb::unlock, boost::beast::http::verb::bind, boost::beast::http::verb::rebind, boost::beast::http::verb::unbind,
  boost::beast::http::verb::acl, boost::beast::http::verb::report, boost::beast::http::verb::mkactivity, boost::beast::http::verb::checkout,
  boost::beast::http::verb::merge, boost::beast::http::verb::msearch, boost::beast::http::verb::notify, boost::beast::http::verb::subscribe,
  boost::beast::http::verb::unsubscribe, boost::beast::http::verb::patch, boost::beast::http::verb::purge, boost::beast::http::verb::mkcalendar,
  boost::beast::http::verb::link, boost::beast::http::verb::unlink
}
 

Functions

verb boost::beast::http::string_to_verb (string_view s)
 
string_view boost::beast::http::to_string (verb v)
 Returns the text representation of a request method verb. More...
 
std::ostream & boost::beast::http::operator<< (std::ostream &os, verb v)
 Write the text for a request method verb to an output stream. More...