#include <nawa/request/Request.h>
Represents request objects.
Definition at line 38 of file Request.h.
◆ ~Request()
virtual nawa::Request::~Request |
( |
| ) |
|
|
virtual |
◆ Request()
◆ env()
The Env object you should use to access environment variables.
- Returns
- Reference to the object.
Definition at line 48 of file Request.cpp.
◆ get()
The GPC object you should use to access the request's GET variables.
- Returns
- Reference to the object.
Definition at line 52 of file Request.cpp.
◆ post()
The Post object you should use to access the request's POST variables.
- Returns
- Reference to the object.
Definition at line 56 of file Request.cpp.
◆ cookie()
The GPC object you should use to access the request's COOKIE variables.
- Returns
- Reference to the object.
Definition at line 60 of file Request.cpp.
The documentation for this class was generated from the following files: