Savarese Software Research Corporation
HTTPResponse.h File Reference

This header defines the HTTPResponse class. More...

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

Go to the source code of this file.

Classes

struct  fcgi::HTTPResponse
 Abstract class defining the interface for a response to an HTTP request. More...

Namespaces

namespace  fcgi
 

The fcgi namespace contains services that bridge between FCGI requests and the WSPR.


Enumerations

enum  fcgi::HTTPStatusCode {
  fcgi::StatusOK = 200, fcgi::StatusFound = 302, fcgi::StatusBadRequest = 400, fcgi::StatusUnauthorized = 401,
  fcgi::StatusPaymentRequired = 402, fcgi::StatusForbidden = 403, fcgi::StatusNotFound = 404, fcgi::StatusMethodNotAllowed = 405,
  fcgi::StatusNotAcceptable = 406, fcgi::StatusProxyAuthenticationRequired = 407, fcgi::StatusRequestTimeout = 408, fcgi::StatusConflict = 409,
  fcgi::StatusGone = 410, fcgi::StatusLengthRequired = 411, fcgi::StatusPreconditionFailed = 412, fcgi::StatusRequestEntityTooLarge = 413,
  fcgi::StatusRequestURITooLong = 414, fcgi::StatusInternalServerError = 500, fcgi::StatusMethodNotImplemented = 501, fcgi::StatusBadGateway = 502,
  fcgi::StatusServiceUnavailable = 503, fcgi::StatusGatewayTimeout = 504
}
 Defines HTTP status codes. More...

Variables

const bool fcgi::CacheDisable = true
const bool fcgi::CacheEnable = false

Detailed Description

This header defines the HTTPResponse class.

Definition in file HTTPResponse.h.


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