#include <FormItCoreTypes.h>
|
virtual | ~Response () |
| Destructor.
|
|
virtual ::iostream & | body ()=0 |
| Contains the response body.
|
|
virtual int | status () const =0 |
| Resturns the status code of the response.
|
|
◆ ~Response()
virtual FormIt::Web::Response::~Response |
( |
| ) |
|
|
inlinevirtual |
◆ Response()
FormIt::Web::Response::Response |
( |
| ) |
|
|
inlineprotected |
◆ body()
virtual ::iostream & FormIt::Web::Response::body |
( |
| ) |
|
|
pure virtual |
Contains the response body.
◆ status()
virtual int FormIt::Web::Response::status |
( |
| ) |
const |
|
pure virtual |
Resturns the status code of the response.
The documentation for this class was generated from the following file: