atscppapi  1.0.9
C++ wrapper for Apache Traffic Server API
 All Classes Files Functions Enumerations Enumerator Macros
Macros | Enumerations | Variables
HttpMethod.h File Reference

Contains an enumeration and printable strings for Http Methods. More...

#include <string>

Go to the source code of this file.

Enumerations

enum  HttpMethod {
  HTTP_METHOD_UNKNOWN = 0, HTTP_METHOD_GET, HTTP_METHOD_POST, HTTP_METHOD_HEAD,
  HTTP_METHOD_CONNECT, HTTP_METHOD_DELETE, HTTP_METHOD_ICP_QUERY, HTTP_METHOD_OPTIONS,
  HTTP_METHOD_PURGE, HTTP_METHOD_PUT, HTTP_METHOD_TRACE
}
 

Variables

const std::string atscppapi::HTTP_METHOD_STRINGS []
 

Detailed Description

Contains an enumeration and printable strings for Http Methods.

Author
Brian Geffon
Manjesh Nilange