bitz-server
1.0.0
|
Classes | |
struct | symbols_t |
Public Types | |
typedef bitz::Modifier * | create_t() |
typedef void | destroy_t(bitz::Modifier *) |
Public Member Functions | |
virtual icap::Response * | modify (icap::Request *request)=0 throw () |
virtual icap::Response * | preview (icap::Request *request)=0 throw () |
|
pure virtual |
Modify the request as needed and return a response object.
request | request object |
Implemented in bitz::Py, and bitz::Echo.
|
pure virtual |
Preview the request passed in and return a response object. The response status of 100 (continue) should be handled by the caller and pass the complete request to modify() method.
request | request object |
Implemented in bitz::Py, and bitz::Echo.