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



[Overview][Constants][Procedures and functions] Reference for unit 'pwumain' (#powtils_main)

IsHeader

Declaration

Source position: pwumain.pas line 124

function IsHeader(

  const name: String

):Boolean;

Notes

Checks whether a web header exists by its name.

Example

begin
  outln('Checking... ');
  if isheader('Content-Length') then
    outln('yes that content length header exists');
end.





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