Checks if a redirect status code forces GET method
Source position: fphttpclient.pp line 285
public class function TFPCustomHTTPClient.RedirectForcesGET( |
ACode: Integer |
):Boolean; virtual; |
ACode |
|
The HTTP redirect status code to check |
True if the redirect forces GET method
Static utility method that returns True if the specified redirect status code requires changing the HTTP method to GET. This applies to certain 3xx status codes that mandate method changes.
|
Checks if an HTTP status code indicates a redirect |