help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'lhttp' (#LNet)

HTTPDescriptions

Declaration

Source position: lhttp.pp line 64

const HTTPDescriptions: array [TLHTTPStatus] of String = ('','','','','','','<html><head><title>400 Bad Request</title></head><body>' + #10 + '<h1>Bad Request</h1>' + #10 + '<p>Your browser did a request this server did not understand.</p>' + #10 + '</body></html>' + #10,'<html><head><title>403 Forbidden</title></head><body>' + #10 + '<h1>Forbidden</h1>' + #10 + '<p>You do not have permission to access this resource.</p>' + #10 + '</body></html>' + #10,'<html><head><title>404 Not Found</title></head><body>' + #10 + '<h1>Not Found</h1>' + #10 + '<p>The requested URL was not found on this server.</p>' + #10 + '</body></html>' + #10,'<html><head><title>412 Precondition Failed</title></head><body>' + #10 + '<h1>Precondition Failed</h1>' + #10 + '<p>The precondition on the request evaluated to false.</p>' + #10 + '</body></html>' + #10,'<html><head><title>414 Request Too Long</title></head><body>' + #10 + '<h1>Bad Request</h1>' + #10 + '<p>Your browser did a request that was too long for this server to parse.</p>' + #10 + '</body></html>' + #10,'<html><head><title>500 Internal Error</title></head><body>' + #10 + '<h1>Internal Error</h1>' + #10 + '<p>An error occurred while generating the content for this request.</p>' + #10 + '</body></html>' + #10,'<html><head><title>501 Method Not Implemented</title></head><body>' + #10 + '<h1>Method Not Implemented</h1>' + #10 + '<p>The method used in the request is invalid.</p>' + #10 + '</body></html>' + #10,'<html><head><title>504 Method Not Allowed</title></head><body>' + #10 + '<h1>Method Not Allowed</h1>' + #10 + '<p>The method used in the request is not allowed on the resource specified in the URL.</p>' + #10 + '</body></html>' + #10 );

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505