fastdo
0.6.16
首页
命名空间
类
文件
文件列表
文件成员
webx_Response.hpp
浏览该文件的文档.
1
#pragma once
2
3
namespace
eienwebx
4
{
5
6
class
Request;
7
9
class
EIENWEBX_DLL
Response
:
public
http::Response
10
{
11
public
:
16
Response
(
Request
& req,
winux::SimplePointer<http::RspOutputMgr>
outputMgr );
17
23
void
import
(
winux::String
const
& doFile,
void
* runParam = NULL,
int
* retCode = NULL );
24
25
Request
&
request
;
26
27
private
:
28
DISABLE_OBJECT_COPY
(
Response
)
29
};
30
31
32
}
// namespace eienwebx
EIENWEBX_DLL
#define EIENWEBX_DLL
Definition:
eienwebx_base.hpp:27
winux::String
XString< tchar > String
Definition:
utilities.hpp:261
eienwebx
Web功能的相关封装
Definition:
eienwebx_base.hpp:45
DISABLE_OBJECT_COPY
#define DISABLE_OBJECT_COPY(clsname)
Definition:
utilities.hpp:85
eienwebx::Response
代表一个客户响应
Definition:
webx_Response.hpp:9
eienwebx::Request
代表一个请求
Definition:
webx_Request.hpp:9
http::Response
HTTP响应
Definition:
http_Response.hpp:8
winux::SimplePointer< http::RspOutputMgr >
eienwebx::Response::request
Request & request
eienwebx::Request对象的引用
Definition:
webx_Response.hpp:25
dist
x64
include
webx_Response.hpp
生成于 2024年 十二月 24日 星期二 01:35:07 , 为 fastdo使用
1.8.11