All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alachisoft.ncache.ncactivate.utils.stringtable.properties Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
#
# stringtable.properties
#

1100    "CONTINUE - the client should continue with request."
1101    "SWITCHING PROTOCOLS - the server will switch protocols as necessary."
1200    "OK - the request was fulfilled."
1201    "CREATED - following a POST command."
1202    "ACCEPTED - accepted for processing, but processing is not completed."
1203    "NON-AUTHORITATIVE INFORMATION - the returned metainformation is not the definitive set from the original server."
1204    "NO CONTENT - request received but no information exists to send back."
1205    "RESET CONTENT - the server has fulfilled the request and the user agent should reset the document view."
1206    "PARTIAL CONTENT - the server has fulfilled the partial GET request."
1300    "MULTIPLE CHOICES - the requested resource has many representations."
1301    "MOVED PERMANENTLY - the data requested has a new location and the change is permanent."
1302    "FOUND - the data requested has a different URL temporarily."
1303    "SEE OTHER - a suggestion for the client to try another location."
1304    "NOT MODIFIED - the document has not been modified as expected."
1305    "USE PROXY - The requested resource must be accessed through the specified proxy."
1306    "UNUSED"
1307    "TEMPORARY REDIRECT - the requested data resides temporarily at a new location."
1400    "BAD REQUEST - syntax problem in the request or it could not be satisfied."
1401    "UNAUTHORIZED - the client is not authorized to access data."
1402    "PAYMENT REQUIRED - indicates a charging scheme is in effect."
1403    "FORBIDDEN - access not required even with authorization."
1404    "NOT FOUND - server could not find the given resource."
1405    "METHOD NOT ALLOWED"
1406    "NOT ACCEPTABLE"
1407    "PROXY AUTHENTICATION REQUIRED - the client must first authenticate with the proxy for access."
1408    "REQUEST TIMEOUT - the client did not produce a request within the time the server was prepared to wait."
1409    "CONFLICT - the request could not be completed due to a conflict with the current state of the resource."
1410    "GONE - the requested resource is no longer available."
1411    "LENGTH REQUIRED - the server refused to accept the request without a defined Content Length."
1412    "PRECONDITION FAILED"
1413    "REQUESTED ENTITY TOO LARGE - the server is refusing to process a request because it is larger than the server is willing or able to process."
1414    "REQUEST-URI TOO LONG - the server is refusing to process a request because the URI is longer than the server is willing or able to process."
1415    "UNSUPPORTED MEDIA TYPE - requested resource format is not supported."
1416    "REQUESTED RANGE NOT SATISFIABLE"
1417    "EXPECTATION FAILED"
1500    "INTERNAL ERROR - the server could not fulfill the request because of an unexpected condition. "
1501    "NOT IMPLEMENTED - the sever does not support the facility requested. "
1502    "BAD GATEWAY - received an invalid response from an upstream sever."
1503    "SERVICE UNAVAILABLE - the server is currently unable to handle a request."
1504    "GATEWAY TIMEOUT - The server, acting as a gateway/proxy, did not receive a timely response from an upstream server."
1505    "HTTP VERSION NOT SUPPORTED"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy