HTTP-Response 100: 'Continue'
HTTP-Response 101: 'Switching Protocols'
HTTP-Response 200: 'OK'
HTTP-Response 201: 'Created'
HTTP-Response 202: 'Accepted'
HTTP-Response 203: 'Non-Authoritative Information'; break;
HTTP-Response 204: 'No Content'
HTTP-Response 205: 'Reset Content'
HTTP-Response 206: 'Partial Content'
HTTP-Response 300: 'Multiple Choices'
HTTP-Response 301: 'Moved Permanently'
HTTP-Response 302: 'Moved Temporarily'
HTTP-Response 303: 'See Other'
HTTP-Response 304: 'Not Modified'
HTTP-Response 305: 'Use Proxy'
HTTP-Response 400: 'Bad Request'
HTTP-Response 401: 'Unauthorized'
HTTP-Response 402: 'Payment Required'
HTTP-Response 403: 'Forbidden'
HTTP-Response 404: 'Not Found'
HTTP-Response 405: 'Method Not Allowed'
HTTP-Response 406: 'Not Acceptable'
HTTP-Response 407: 'Proxy Authentication Required'; break;
HTTP-Response 408: 'Request Time-out'
HTTP-Response 409: 'Conflict'
HTTP-Response 410: 'Gone'
HTTP-Response 411: 'Length Required'
HTTP-Response 412: 'Precondition Failed'
HTTP-Response 413: 'Request Entity Too Large'
HTTP-Response 414: 'Request-URI Too Large'
HTTP-Response 415: 'Unsupported Media Type'
HTTP-Response 500: 'Internal Server Error'
HTTP-Response 501: 'Not Implemented'
HTTP-Response 502: 'Bad Gateway'
HTTP-Response 503: 'Service Unavailable'
HTTP-Response 504: 'Gateway Time-out'
HTTP-Response 505: 'HTTP Version not supported'