THTTPSend.HTTPMethod
THTTPSend
function HTTPMethod(Const Method, URL: string): Boolean;
Unit
HTTPSend
Description
Connects to host define in URL and access to resource defined in URL by method. If Document is not empty, send it to server as part of HTTP request. Server response is in Document and headers. Connection may be authorised byt username and password in URL. If you define proxy properties, connection is made by this proxy. If all OK, result is true, else result is false.