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



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

HttpGet1

Declaration

Source position: http.pas line 44

function HttpGet1(

  const url: String;

  const agent: String

):String;

Notes

Similar to the HttpGet function, however this one allows the user agent to be defined.

The function is named HttpGet1 in order to avoid export conflicts if this unit is placed into a DLL at some point (certain FPC versions do not allow overloaded functions to be exported)

Tips

No httpconnect or httpclose is required before making a call to this function. It does that internally for you.





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