aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpStatusCodes.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-25 23:27:38 +0000
committerJeff Ames2008-05-25 23:27:38 +0000
commit5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d (patch)
treeb010c015ac515fe2a3dd0c9f89c16cbc6383d685 /OpenSim/Framework/Servers/OSHttpStatusCodes.cs
parent* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho... (diff)
downloadopensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.zip
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.gz
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.bz2
opensim-SC_OLD-5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d.tar.xz
Update svn properties. Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/OSHttpStatusCodes.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Framework/Servers/OSHttpStatusCodes.cs b/OpenSim/Framework/Servers/OSHttpStatusCodes.cs
index 9a04d82..42f172b 100644
--- a/OpenSim/Framework/Servers/OSHttpStatusCodes.cs
+++ b/OpenSim/Framework/Servers/OSHttpStatusCodes.cs
@@ -41,13 +41,13 @@ namespace OpenSim.Framework.Servers
41 // application level protocol 41 // application level protocol
42 InfoSwitchingProtocols = 101, 42 InfoSwitchingProtocols = 101,
43 43
44 44
45 // 2xx Success codes 45 // 2xx Success codes
46 // 200 Request successful 46 // 200 Request successful
47 SuccessOk = 200, 47 SuccessOk = 200,
48 // 201 Request successful, new resource created 48 // 201 Request successful, new resource created
49 SuccessOkCreated = 201, 49 SuccessOkCreated = 201,
50 // 202 Request accepted, processing still on-going 50 // 202 Request accepted, processing still on-going
51 SuccessOkAccepted = 202, 51 SuccessOkAccepted = 202,
52 // 203 Request successful, meta information not authoritative 52 // 203 Request successful, meta information not authoritative
53 SuccessOkNonAuthoritativeInformation = 203, 53 SuccessOkNonAuthoritativeInformation = 203,
@@ -60,7 +60,7 @@ namespace OpenSim.Framework.Servers
60 60
61 // 3xx Redirect code: user agent needs to go somewhere else 61 // 3xx Redirect code: user agent needs to go somewhere else
62 // 300 Redirect: different presentation forms available, take 62 // 300 Redirect: different presentation forms available, take
63 // a pick 63 // a pick
64 RedirectMultipleChoices = 300, 64 RedirectMultipleChoices = 300,
65 // 301 Redirect: requested resource has moved and now lives 65 // 301 Redirect: requested resource has moved and now lives
66 // somewhere else 66 // somewhere else
@@ -78,7 +78,7 @@ namespace OpenSim.Framework.Servers
78 // 307 Redirect: Resource temporarily somewhere else, location 78 // 307 Redirect: Resource temporarily somewhere else, location
79 // might change 79 // might change
80 RedirectMovedTemporarily = 307, 80 RedirectMovedTemporarily = 307,
81 81
82 // 4xx Client error: the client borked the request 82 // 4xx Client error: the client borked the request
83 // 400 Client error: bad request, server does not grok what 83 // 400 Client error: bad request, server does not grok what
84 // the client wants 84 // the client wants
@@ -92,7 +92,7 @@ namespace OpenSim.Framework.Servers
92 // deliver, do not try again. 92 // deliver, do not try again.
93 ClientErrorForbidden = 403, 93 ClientErrorForbidden = 403,
94 // 404 Client error: Server cannot find anything matching the 94 // 404 Client error: Server cannot find anything matching the
95 // client request. 95 // client request.
96 ClientErrorNotFound = 404, 96 ClientErrorNotFound = 404,
97 // 405 Client error: The method specified by the client in the 97 // 405 Client error: The method specified by the client in the
98 // request is not allowed for the resource requested 98 // request is not allowed for the resource requested
@@ -148,7 +148,7 @@ namespace OpenSim.Framework.Servers
148 // 501 Server error: The server does not do the functionality 148 // 501 Server error: The server does not do the functionality
149 // required to carry out the client request. not at 149 // required to carry out the client request. not at
150 // all. certainly not before breakfast. but also not after 150 // all. certainly not before breakfast. but also not after
151 // breakfast. 151 // breakfast.
152 ServerErrorNotImplemented = 501, 152 ServerErrorNotImplemented = 501,
153 // 502 Server error: While acting as a proxy or a gateway, the 153 // 502 Server error: While acting as a proxy or a gateway, the
154 // server got ditched by the upstream server and as a 154 // server got ditched by the upstream server and as a