Helma logo
helma.org » Home > Stories > req.isGet()

req.isGet()

Returns true if the current request is a HTTP GET request, false otherwise.

Syntax
req.isGet()

Example
res.write(req.isGet);
true


... comment


Page last modified on 2003-10-14 16:52 by hns