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