MySQL 8.4.0
Source Code Documentation
http::base::method::Pos Namespace Reference

Variables

constexpr pos_type Get = 0
 
constexpr pos_type Post = 1
 
constexpr pos_type Head = 2
 
constexpr pos_type Put = 3
 
constexpr pos_type Delete = 4
 
constexpr pos_type Options = 5
 
constexpr pos_type Trace = 6
 
constexpr pos_type Connect = 7
 
constexpr pos_type Patch = 8
 
constexpr pos_type _LAST = Patch
 

Variable Documentation

◆ _LAST

constexpr pos_type http::base::method::Pos::_LAST = Patch
constexpr

◆ Connect

constexpr pos_type http::base::method::Pos::Connect = 7
constexpr

◆ Delete

constexpr pos_type http::base::method::Pos::Delete = 4
constexpr

◆ Get

constexpr pos_type http::base::method::Pos::Get = 0
constexpr

◆ Head

constexpr pos_type http::base::method::Pos::Head = 2
constexpr

◆ Options

constexpr pos_type http::base::method::Pos::Options = 5
constexpr

◆ Patch

constexpr pos_type http::base::method::Pos::Patch = 8
constexpr

◆ Post

constexpr pos_type http::base::method::Pos::Post = 1
constexpr

◆ Put

constexpr pos_type http::base::method::Pos::Put = 3
constexpr

◆ Trace

constexpr pos_type http::base::method::Pos::Trace = 6
constexpr