builtins/http/globus_i_xio_http_responses.h

00001 /*
00002  * Copyright 1999-2006 University of Chicago
00003  * 
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  * 
00008  * http://www.apache.org/licenses/LICENSE-2.0
00009  * 
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
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 /* GLOBUS_DONT_DOCUMENT_INTERNAL */

Generated on 25 Nov 2015 for globus_xio by  doxygen 1.4.7