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



[Overview][Types][Procedures and functions][Variables] Reference for unit 'http' (#powtils_main)

HttpSendRequest

Declaration

Source position: http.pas line 49

function HttpSendRequest(

  cp: HTTPConnection;

  const method: String;

  const uri: String

):Boolean;

Notes

Sends a request using an already opened http connection instance. Headers and POST data must be set before this call.

Method param can be 'GET' or 'POST'.






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