Savarese Software Research Corporation
HTTPRequest.h File Reference

This header defines the HTTPRequest class. More...

#include <string>
#include <ssrc/wispers-packages.h>
Include dependency graph for HTTPRequest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HTTPRequest

Enumerations

enum  HTTPRequestMethod {
  MethodDelete, MethodGet, MethodHead, MethodOptions,
  MethodPost, MethodPut, MethodTrace, MethodMax = MethodTrace,
  MethodUndefined
}

Variables

const unsigned int MethodNum = MethodMax + 1
const char *const RequestMethodName [MethodNum]

Detailed Description

This header defines the HTTPRequest class.

Definition in file HTTPRequest.h.


Enumeration Type Documentation

Enumerator:
MethodDelete 
MethodGet 
MethodHead 
MethodOptions 
MethodPost 
MethodPut 
MethodTrace 
MethodMax 
MethodUndefined 

Definition at line 33 of file HTTPRequest.h.


Variable Documentation

const unsigned int MethodNum = MethodMax + 1

Definition at line 45 of file HTTPRequest.h.

Referenced by ServletRunner::ServletRunner(), and ServletRunner::~ServletRunner().

const char* const RequestMethodName[MethodNum]
Initial value:
 {
  "DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT", "TRACE"
}

Definition at line 47 of file HTTPRequest.h.


Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.