Grid Community Toolkit
6.2.1705709074 (tag: v6.2.20240202)
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
xio
src
builtins
http
globus_i_xio_http_responses.h
1
/*
2
* Copyright 1999-2006 University of Chicago
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
18
24
static
25
const
char
*
26
globus_l_http_descriptions[] = {
27
"100"
,
"Continue"
,
28
"101"
,
"Switching Protocols"
,
29
"200"
,
"OK"
,
30
"201"
,
"Created"
,
31
"202"
,
"Accepted"
,
32
"203"
,
"Non-Authoritative Information"
,
33
"204"
,
"No Content"
,
34
"205"
,
"Reset Content"
,
35
"206"
,
"Partial Content"
,
36
"300"
,
"Multiple Choices"
,
37
"301"
,
"Moved Permanently"
,
38
"302"
,
"Found"
,
39
"303"
,
"See Other"
,
40
"304"
,
"Not Modified"
,
41
"305"
,
"Use Proxy"
,
42
"307"
,
"Temporary Redirect"
,
43
"400"
,
"Bad Request"
,
44
"401"
,
"Unauthorized"
,
45
"402"
,
"Payment Required"
,
46
"403"
,
"Forbidden"
,
47
"404"
,
"Not Found"
,
48
"405"
,
"Method Not Allowed"
,
49
"406"
,
"Not Acceptable"
,
50
"407"
,
"Proxy Authentication Required"
,
51
"408"
,
"Request Time-out"
,
52
"409"
,
"Conflict"
,
53
"410"
,
"Gone"
,
54
"411"
,
"Length Required"
,
55
"412"
,
"Precondition Failed"
,
56
"413"
,
"Request Entity Too Large"
,
57
"414"
,
"Request-URI Too Large"
,
58
"415"
,
"Unsupported Media Type"
,
59
"416"
,
"Requested range not satisfiable"
,
60
"417"
,
"Expectation Failed"
,
61
"500"
,
"Internal Server Error"
,
62
"501"
,
"Not Implemented"
,
63
"502"
,
"Bad Gateway"
,
64
"503"
,
"Service Unavailable"
,
65
"504"
,
"Gateway Time-out"
,
66
"505"
,
"HTTP Version not supported"
67
};
68
69
#endif
/* GLOBUS_DONT_DOCUMENT_INTERNAL */
Generated by
1.8.5