MySQL 8.0.37
Source Code Documentation
HttpMethod Namespace Reference

Namespaces

namespace  Pos
 

Typedefs

using type = int
 
using pos_type = unsigned
 
using Bitset = std::bitset< Pos::_LAST+1 >
 

Variables

constexpr type Get {1 << Pos::Get}
 
constexpr type Post {1 << Pos::Post}
 
constexpr type Head {1 << Pos::Head}
 
constexpr type Put {1 << Pos::Put}
 
constexpr type Delete {1 << Pos::Delete}
 
constexpr type Options {1 << Pos::Options}
 
constexpr type Trace {1 << Pos::Trace}
 
constexpr type Connect {1 << Pos::Connect}
 
constexpr type Patch {1 << Pos::Patch}
 

Typedef Documentation

◆ Bitset

using HttpMethod::Bitset = typedef std::bitset<Pos::_LAST + 1>

◆ pos_type

using HttpMethod::pos_type = typedef unsigned

◆ type

using HttpMethod::type = typedef int

Variable Documentation

◆ Connect

constexpr type HttpMethod::Connect {1 << Pos::Connect}
constexpr

◆ Delete

constexpr type HttpMethod::Delete {1 << Pos::Delete}
constexpr

◆ Get

constexpr type HttpMethod::Get {1 << Pos::Get}
constexpr

◆ Head

constexpr type HttpMethod::Head {1 << Pos::Head}
constexpr

◆ Options

constexpr type HttpMethod::Options {1 << Pos::Options}
constexpr

◆ Patch

constexpr type HttpMethod::Patch {1 << Pos::Patch}
constexpr

◆ Post

constexpr type HttpMethod::Post {1 << Pos::Post}
constexpr

◆ Put

constexpr type HttpMethod::Put {1 << Pos::Put}
constexpr

◆ Trace

constexpr type HttpMethod::Trace {1 << Pos::Trace}
constexpr