Options Method
Sends an OPTIONS request to the server.
procedure Options(Url: String);
Remarks
This request gets various information about the server such as supported HTTP methods. No content is included in the response.
|
Options MethodSends an OPTIONS request to the server. procedure Options(Url: String); RemarksThis request gets various information about the server such as supported HTTP methods. No content is included in the response. |