globus_xio
6.3
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
builtins
http
globus_i_xio_http_responses.h
1
2
#ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
3
9
static
10
const
char
*
11
globus_l_http_descriptions[] = {
12
"100"
,
"Continue"
,
13
"101"
,
"Switching Protocols"
,
14
"200"
,
"OK"
,
15
"201"
,
"Created"
,
16
"202"
,
"Accepted"
,
17
"203"
,
"Non-Authoritative Information"
,
18
"204"
,
"No Content"
,
19
"205"
,
"Reset Content"
,
20
"206"
,
"Partial Content"
,
21
"300"
,
"Multiple Choices"
,
22
"301"
,
"Moved Permanently"
,
23
"302"
,
"Found"
,
24
"303"
,
"See Other"
,
25
"304"
,
"Not Modified"
,
26
"305"
,
"Use Proxy"
,
27
"307"
,
"Temporary Redirect"
,
28
"400"
,
"Bad Request"
,
29
"401"
,
"Unauthorized"
,
30
"402"
,
"Payment Required"
,
31
"403"
,
"Forbidden"
,
32
"404"
,
"Not Found"
,
33
"405"
,
"Method Not Allowed"
,
34
"406"
,
"Not Acceptable"
,
35
"407"
,
"Proxy Authentication Required"
,
36
"408"
,
"Request Time-out"
,
37
"409"
,
"Conflict"
,
38
"410"
,
"Gone"
,
39
"411"
,
"Length Required"
,
40
"412"
,
"Precondition Failed"
,
41
"413"
,
"Request Entity Too Large"
,
42
"414"
,
"Request-URI Too Large"
,
43
"415"
,
"Unsupported Media Type"
,
44
"416"
,
"Requested range not satisfiable"
,
45
"417"
,
"Expectation Failed"
,
46
"500"
,
"Internal Server Error"
,
47
"501"
,
"Not Implemented"
,
48
"502"
,
"Bad Gateway"
,
49
"503"
,
"Service Unavailable"
,
50
"504"
,
"Gateway Time-out"
,
51
"505"
,
"HTTP Version not supported"
52
};
53
54
#endif
/* GLOBUS_DONT_DOCUMENT_INTERNAL */
Generated by
1.8.5