# # HTTP Response Codes clip library # # created by pete@rasterweb.net http://rasterweb.net/raster/ # $Id: httpresponsecodes.cliplibrary,v 1.3 2003/03/19 19:32:30 pete Exp $ @title=HTTP Response Codes @sortClips=true @caseSensitiveSort=false 100_Continue=100 Continue 101_Switching_Protocols=101 Switching Protocols 102_Processing=102 Processing 200_OK=200 OK 201_Created=201 Created 202_Accepted=202 Accepted 203_Non-Authoritative_Information=203 Non-Authoritative Information 204_No_Content=204 No Content 205_Reset_Content=205 Reset Content 206_Partial_Content=206 Partial Content 207_Multistatus=207 Multistatus 300_Multiple_Choices=300 Multiple Choices 301_Moved_Permanently=301 Moved Permanently 302_Found=302 Found 303_See_Other=303 See Other 304_Not_Modified=304 Not Modified 305_Use_Proxy=305 Use Proxy 307_Temporary_Redirect=307 Temporary Redirect 400_Bad_Request=400 Bad Request 401_Unauthorized=401 Unauthorized 402_Payment_Required=402 Payment Required 403_Forbidden=403 Forbidden 404_Not_Found=404 Not Found 405_Method_Not_Allowed=405 Method Not Allowed 406_Not_Acceptable=406 Not Acceptable 407_Proxy_Authentication Required=407 Proxy Authentication Required 408_Request_Timeout=408 Request Timeout 409_Conflict=409 Conflict 410_Gone=410 Gone 411_Length_Required=411 Length Required 412_Precondition_Failed=412 Precondition Failed 413_Request_Body_Too_large=413 Request Body Too large 414_Request_URI_Too_Long=414 Request URI Too Long 415_Unsupported_Media_Type=415 Unsupported Media Type 416_Requested_Range_Not_Satisfiable=416 Requested Range Not Satisfiable 417_Expectation_Failed=417 Expectation Failed 422_Unprocessable_Entity=422 Unprocessable Entity 423_Insufficient_Space=423 Insufficient Space 424_Method_Failure=424 Method Failure 425_Locked=425 Locked 500_Server_Error=500 Server Error 501_Not_Implemented=501 Not Implemented 502_Bad_Gateway=502 Bad Gateway 503_Service_Unavailable=503 Service Unavailable 504_Gateway_Timeout=504 Gateway Timeout 505_HTTP_Version_Not_Supported=505 HTTP Version Not Supported