Internet Direct (Indy)
|
Numeric response code for the HTTP response.
property ResponseNo: Integer;
ResponseNo is an Integer property that indicates the numeric response code for the HTTP response.
ResponseNo can contain one of the following numeric values and associated meanings, as defined in the HTTP protocol:
Code |
Message |
200 | |
201 |
Created |
202 |
Accepted |
203 |
Non-authoritative Information |
204 |
No Content |
205 |
Reset Content - |
206 |
Partial Content |
301 |
Moved Permanently |
302 |
Moved Temporarily |
303 |
See Other |
304 |
Not Modified |
305 |
Use Proxy |
400 |
Bad Request |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
405 |
Method not allowed |
406 |
Not Acceptable |
407 |
Proxy Authentication Required |
408 |
Request Timeout |
409 |
Conflict |
410 |
Gone |
411 |
Length Required |
412 |
Precondition Failed |
413 |
Request Entity To Long |
414 |
Request-URI Too Long. 256 Chars max |
415 |
Unsupported Media Type |
500 |
Internal Server Error |
501 |
Not Implemented |
502 |
Bad Gateway |
503 |
Service Unavailable |
504 |
Gateway timeout |
505 |
HTTP version not supported |
Use ResponseText for the textual representation of the HTTP response.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |