00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
00018
00024 static
00025 const char *
00026 globus_l_http_descriptions[] = {
00027 "100", "Continue",
00028 "101", "Switching Protocols",
00029 "200", "OK",
00030 "201", "Created",
00031 "202", "Accepted",
00032 "203", "Non-Authoritative Information",
00033 "204", "No Content",
00034 "205", "Reset Content",
00035 "206", "Partial Content",
00036 "300", "Multiple Choices",
00037 "301", "Moved Permanently",
00038 "302", "Found",
00039 "303", "See Other",
00040 "304", "Not Modified",
00041 "305", "Use Proxy",
00042 "307", "Temporary Redirect",
00043 "400", "Bad Request",
00044 "401", "Unauthorized",
00045 "402", "Payment Required",
00046 "403", "Forbidden",
00047 "404", "Not Found",
00048 "405", "Method Not Allowed",
00049 "406", "Not Acceptable",
00050 "407", "Proxy Authentication Required",
00051 "408", "Request Time-out",
00052 "409", "Conflict",
00053 "410", "Gone",
00054 "411", "Length Required",
00055 "412", "Precondition Failed",
00056 "413", "Request Entity Too Large",
00057 "414", "Request-URI Too Large",
00058 "415", "Unsupported Media Type",
00059 "416", "Requested range not satisfiable",
00060 "417", "Expectation Failed",
00061 "500", "Internal Server Error",
00062 "501", "Not Implemented",
00063 "502", "Bad Gateway",
00064 "503", "Service Unavailable",
00065 "504", "Gateway Time-out",
00066 "505", "HTTP Version not supported"
00067 };
00068
00069 #endif