#include <apache_output_buffer.h>
Public Member Functions | |
apache_output_buffer (request_rec *r, bool buffer=false) | |
~apache_output_buffer () | |
int | flush () |
void | clear () |
void | buffer (bool val) |
bool | buffer () |
bool | set_content_type (const std::string &type) |
Protected Member Functions | |
int | overflow (int c) |
Private Member Functions | |
void | signal_sending () |
void | send_http_header () |
Private Attributes | |
request_rec * | r_ |
std::string | memory_ |
bool | buffer_ |
bool | output_anything_ |
std::string | content_type_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|