Go to the source code of this file.
|
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
} |
|