19 void write(
void const * data,
int size );
21 void printf(
char const * format, ... );
57 void import(
winux::String const & doFile,
void * runParam = NULL,
int * retCode = NULL );
60 template <
typename _Ty >
63 return _outputMgr->out() << v;
75 bool _autoContentType;
winux::String getMimeType() const
获取MIME
OutputMgr * getOutputMgr() const
暴露输出管理器
void setMimeType(winux::String const &mime)
设置MIME
std::ostream & operator<<(std::ostream &o, ConsoleAttrT< _VarType > const &tr)
#define DISABLE_OBJECT_COPY(clsname)
缓冲区,表示内存中一块二进制数据(利用malloc/realloc进行内存分配)
void setAutoContentType(bool autoContentType=true)
是否自动设置Content-Type
http::Header & header
头部引用
Request & request
Request对象的引用