friendev EtherDune TCP/IP library
Variables
typical HTTP response strings

Variables

static const char HTTP_RESPONSE_CONTINUE_STR [] = "Continue"
 
static const char HTTP_RESPONSE_SWITCHING_PROTOCOL_STR [] = "Switching Protocol"
 
static const char HTTP_RESPONSE_OK_STR [] = "OK"
 
static const char HTTP_RESPONSE_CREATED_STR [] = "Created"
 
static const char HTTP_RESPONSE_ACCEPTED_STR [] = "Accepted"
 
static const char HTTP_RESPONSE_NON_AUTHORITATIVE_INFORMATION_STR [] = "Non-Authoritative Information"
 
static const char HTTP_RESPONSE_NO_CONTENT_STR [] = "No Content"
 
static const char HTTP_RESPONSE_RESET_CONTENT_STR [] = "Reset Content"
 
static const char HTTP_RESPONSE_PARTIAL_CONTENT_STR [] = "Partial Content"
 
static const char HTTP_RESPONSE_MULTIPLE_CHOICE_STR [] = "Multiple Choice"
 
static const char HTTP_RESPONSE_MOVED_PERMANENTLY_STR [] = "Moved Permanently"
 
static const char HTTP_RESPONSE_FOUND_STR [] = "Found"
 
static const char HTTP_RESPONSE_SEE_OTHER_STR [] = "See Other"
 
static const char HTTP_RESPONSE_NOT_MODIFIED_STR [] = "Not Modified"
 
static const char HTTP_RESPONSE_USE_PROXY_STR [] = "Use Proxy"
 
static const char HTTP_RESPONSE_UNUSED_STR [] = "unused"
 
static const char HTTP_RESPONSE_TEMPORARY_REDIRECT_STR [] = "Temporary Redirect"
 
static const char HTTP_RESPONSE_PERMANENT_REDIRECT_STR [] = "Permanent Redirect"
 
static const char HTTP_RESPONSE_BAD_REQUEST_STR [] = "Bad Request"
 
static const char HTTP_RESPONSE_UNAUTHORIZED_STR [] = "Unauthorized"
 
static const char HTTP_RESPONSE_PAYMENT_REQUIRED_STR [] = "Payment Required"
 
static const char HTTP_RESPONSE_FORBIDDEN_STR [] = "Forbidden"
 
static const char HTTP_RESPONSE_NOT_FOUND_STR [] = "Not Found"
 
static const char HTTP_RESPONSE_METHOD_NOT_ALLOWED_STR [] = "Method Not Allowed"
 
static const char HTTP_RESPONSE_NOT_ACCEPTABLE_STR [] = "Not Acceptable"
 
static const char HTTP_RESPONSE_PROXY_AUTHENTICATION_REQUIRED_STR [] = "Proxy Authentication Required"
 
static const char HTTP_RESPONSE_REQUEST_TIMEOUT_STR [] = "Request Timeout"
 
static const char HTTP_RESPONSE_CONFLICT_STR [] = "Conflict"
 
static const char HTTP_RESPONSE_GONE_STR [] = "Gone"
 
static const char HTTP_RESPONSE_LENGTH_REQUIRED_STR [] = "Length Required"
 
static const char HTTP_RESPONSE_PRECONDITION_FAILED_STR [] = "Precondition Failed"
 
static const char HTTP_RESPONSE_REQUEST_ENTITY_TOO_LARGE_STR [] = "Request Entity Too Large"
 
static const char HTTP_RESPONSE_REQUEST_URI_TOO_LONG_STR [] = "Request-URI Too Long"
 
static const char HTTP_RESPONSE_UNSUPPORTED_MEDIA_TYPE_STR [] = "Unsupported Media Type"
 
static const char HTTP_RESPONSE_REQUESTED_RANGE_NOT_SATISFIABLE_STR [] = "Requested Range Not Satisfiable"
 
static const char HTTP_RESPONSE_EXPECTATION_FAILED_STR [] = "Expectation Failed"
 
static const char HTTP_RESPONSE_INTERNAL_SERVER_ERROR_STR [] = "Internal Server Error"
 
static const char HTTP_RESPONSE_NOT_IMPLEMENTED_STR [] = "Not Implemented"
 
static const char HTTP_RESPONSE_BAD_GATEWAY_STR [] = "Bad Gateway"
 
static const char HTTP_RESPONSE_SERVICE_UNAVAILABLE_STR [] = "Service Unavailable"
 
static const char HTTP_RESPONSE_GATEWAY_TIMEOUT_STR [] = "Gateway Timeout"
 
static const char HTTP_RESPONSE_HTTP_VERSION_NOT_SUPPORTED_STR [] = "HTTP Version Not Supported"
 

Detailed Description

List of HTTP typical response strings

Variable Documentation

const char HTTP_RESPONSE_ACCEPTED_STR[] = "Accepted"
static

Definition at line 128 of file HTTPConstants.h.

const char HTTP_RESPONSE_BAD_GATEWAY_STR[] = "Bad Gateway"
static

Definition at line 162 of file HTTPConstants.h.

const char HTTP_RESPONSE_BAD_REQUEST_STR[] = "Bad Request"
static

Definition at line 142 of file HTTPConstants.h.

const char HTTP_RESPONSE_CONFLICT_STR[] = "Conflict"
static

Definition at line 151 of file HTTPConstants.h.

const char HTTP_RESPONSE_CONTINUE_STR[] = "Continue"
static

Definition at line 124 of file HTTPConstants.h.

const char HTTP_RESPONSE_CREATED_STR[] = "Created"
static

Definition at line 127 of file HTTPConstants.h.

const char HTTP_RESPONSE_EXPECTATION_FAILED_STR[] = "Expectation Failed"
static

Definition at line 159 of file HTTPConstants.h.

const char HTTP_RESPONSE_FORBIDDEN_STR[] = "Forbidden"
static

Definition at line 145 of file HTTPConstants.h.

const char HTTP_RESPONSE_FOUND_STR[] = "Found"
static

Definition at line 135 of file HTTPConstants.h.

const char HTTP_RESPONSE_GATEWAY_TIMEOUT_STR[] = "Gateway Timeout"
static

Definition at line 164 of file HTTPConstants.h.

const char HTTP_RESPONSE_GONE_STR[] = "Gone"
static

Definition at line 152 of file HTTPConstants.h.

const char HTTP_RESPONSE_HTTP_VERSION_NOT_SUPPORTED_STR[] = "HTTP Version Not Supported"
static

Definition at line 165 of file HTTPConstants.h.

const char HTTP_RESPONSE_INTERNAL_SERVER_ERROR_STR[] = "Internal Server Error"
static

Definition at line 160 of file HTTPConstants.h.

const char HTTP_RESPONSE_LENGTH_REQUIRED_STR[] = "Length Required"
static

Definition at line 153 of file HTTPConstants.h.

const char HTTP_RESPONSE_METHOD_NOT_ALLOWED_STR[] = "Method Not Allowed"
static

Definition at line 147 of file HTTPConstants.h.

const char HTTP_RESPONSE_MOVED_PERMANENTLY_STR[] = "Moved Permanently"
static

Definition at line 134 of file HTTPConstants.h.

const char HTTP_RESPONSE_MULTIPLE_CHOICE_STR[] = "Multiple Choice"
static

Definition at line 133 of file HTTPConstants.h.

const char HTTP_RESPONSE_NO_CONTENT_STR[] = "No Content"
static

Definition at line 130 of file HTTPConstants.h.

const char HTTP_RESPONSE_NON_AUTHORITATIVE_INFORMATION_STR[] = "Non-Authoritative Information"
static

Definition at line 129 of file HTTPConstants.h.

const char HTTP_RESPONSE_NOT_ACCEPTABLE_STR[] = "Not Acceptable"
static

Definition at line 148 of file HTTPConstants.h.

const char HTTP_RESPONSE_NOT_FOUND_STR[] = "Not Found"
static

Definition at line 146 of file HTTPConstants.h.

const char HTTP_RESPONSE_NOT_IMPLEMENTED_STR[] = "Not Implemented"
static

Definition at line 161 of file HTTPConstants.h.

const char HTTP_RESPONSE_NOT_MODIFIED_STR[] = "Not Modified"
static

Definition at line 137 of file HTTPConstants.h.

const char HTTP_RESPONSE_OK_STR[] = "OK"
static

Definition at line 126 of file HTTPConstants.h.

const char HTTP_RESPONSE_PARTIAL_CONTENT_STR[] = "Partial Content"
static

Definition at line 132 of file HTTPConstants.h.

const char HTTP_RESPONSE_PAYMENT_REQUIRED_STR[] = "Payment Required"
static

Definition at line 144 of file HTTPConstants.h.

const char HTTP_RESPONSE_PERMANENT_REDIRECT_STR[] = "Permanent Redirect"
static

Definition at line 141 of file HTTPConstants.h.

const char HTTP_RESPONSE_PRECONDITION_FAILED_STR[] = "Precondition Failed"
static

Definition at line 154 of file HTTPConstants.h.

const char HTTP_RESPONSE_PROXY_AUTHENTICATION_REQUIRED_STR[] = "Proxy Authentication Required"
static

Definition at line 149 of file HTTPConstants.h.

const char HTTP_RESPONSE_REQUEST_ENTITY_TOO_LARGE_STR[] = "Request Entity Too Large"
static

Definition at line 155 of file HTTPConstants.h.

const char HTTP_RESPONSE_REQUEST_TIMEOUT_STR[] = "Request Timeout"
static

Definition at line 150 of file HTTPConstants.h.

const char HTTP_RESPONSE_REQUEST_URI_TOO_LONG_STR[] = "Request-URI Too Long"
static

Definition at line 156 of file HTTPConstants.h.

const char HTTP_RESPONSE_REQUESTED_RANGE_NOT_SATISFIABLE_STR[] = "Requested Range Not Satisfiable"
static

Definition at line 158 of file HTTPConstants.h.

const char HTTP_RESPONSE_RESET_CONTENT_STR[] = "Reset Content"
static

Definition at line 131 of file HTTPConstants.h.

const char HTTP_RESPONSE_SEE_OTHER_STR[] = "See Other"
static

Definition at line 136 of file HTTPConstants.h.

const char HTTP_RESPONSE_SERVICE_UNAVAILABLE_STR[] = "Service Unavailable"
static

Definition at line 163 of file HTTPConstants.h.

const char HTTP_RESPONSE_SWITCHING_PROTOCOL_STR[] = "Switching Protocol"
static

Definition at line 125 of file HTTPConstants.h.

const char HTTP_RESPONSE_TEMPORARY_REDIRECT_STR[] = "Temporary Redirect"
static

Definition at line 140 of file HTTPConstants.h.

const char HTTP_RESPONSE_UNAUTHORIZED_STR[] = "Unauthorized"
static

Definition at line 143 of file HTTPConstants.h.

const char HTTP_RESPONSE_UNSUPPORTED_MEDIA_TYPE_STR[] = "Unsupported Media Type"
static

Definition at line 157 of file HTTPConstants.h.

const char HTTP_RESPONSE_UNUSED_STR[] = "unused"
static

Definition at line 139 of file HTTPConstants.h.

const char HTTP_RESPONSE_USE_PROXY_STR[] = "Use Proxy"
static

Definition at line 138 of file HTTPConstants.h.