1 #ifndef __HTTP_RESPONSE_HPP__ 2 #define __HTTP_RESPONSE_HPP__ 24 void write(
void const * data,
int size );
30 void printf(
char const * format, ... );
73 template <
typename _Ty >
76 return _outputMgr->out() << v;
88 bool _autoContentType;
97 #endif // __HTTP_RESPONSE_HPP__
void setAutoContentType(bool autoContentType=true)
是否自动设置Content-Type
std::ostream & operator<<(std::ostream &o, Cookie const &cookie)
void setMimeType(winux::String const &mime)
设置MIME
http::Header & header
响应头部的引用
#define DISABLE_OBJECT_COPY(clsname)
缓冲区,表示内存中一块二进制数据(利用malloc/realloc进行内存分配)
Request & request
http::Request对象的引用
winux::String getMimeType() const
获取MIME
RspOutputMgr * getOutputMgr() const
暴露输出管理器