AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::Verb Struct Reference

HTTP verbs. More...

#include <constants.hpp>

Collaboration diagram for anch::rest::Verb:

Static Public Attributes

static const std::string GET
static const std::string PUT
static const std::string PATCH
static const std::string POST
static const std::string DELETE
static const std::string OPTIONS
static const std::string TRACE
static const std::string HEAD
static const std::string CONNECT
static const std::string COPY
static const std::string LOCK
static const std::string MKCOL
static const std::string MOVE
static const std::string PROPFIND
static const std::string PROPPATCH
static const std::string UNLOCK

Detailed Description

HTTP verbs.

This struct should be used in a static way

Since
0.1
Author
Vincent Lachenal

Member Data Documentation

◆ CONNECT

const std::string anch::rest::Verb::CONNECT
static

HTTP CONNECT

◆ COPY

const std::string anch::rest::Verb::COPY
static

HTTP COPY

◆ DELETE

const std::string anch::rest::Verb::DELETE
static

HTTP DELETE

◆ GET

const std::string anch::rest::Verb::GET
static

HTTP GET

◆ HEAD

const std::string anch::rest::Verb::HEAD
static

HTTP HEAD

◆ LOCK

const std::string anch::rest::Verb::LOCK
static

HTTP LOCK

◆ MKCOL

const std::string anch::rest::Verb::MKCOL
static

HTTP MKCOL

◆ MOVE

const std::string anch::rest::Verb::MOVE
static

HTTP MOVE

◆ OPTIONS

const std::string anch::rest::Verb::OPTIONS
static

HTTP OPTIONS

◆ PATCH

const std::string anch::rest::Verb::PATCH
static

HTTP PACTH

◆ POST

const std::string anch::rest::Verb::POST
static

HTTP POST

◆ PROPFIND

const std::string anch::rest::Verb::PROPFIND
static

HTTP PROPFIND

◆ PROPPATCH

const std::string anch::rest::Verb::PROPPATCH
static

HTTP PROPPATCH

◆ PUT

const std::string anch::rest::Verb::PUT
static

HTTP PUT

◆ TRACE

const std::string anch::rest::Verb::TRACE
static

HTTP TRACE

◆ UNLOCK

const std::string anch::rest::Verb::UNLOCK
static

HTTP UNLOCK


The documentation for this struct was generated from the following file: