fastdo
0.6.8
首页
命名空间
类
文件
文件列表
文件成员
webx_FcgiRequest.hpp
浏览该文件的文档.
1
#pragma once
2
3
namespace
eienwebx
4
{
5
7
class
EIENWEBX_DLL
FcgiRequest
:
public
Request
8
{
9
public
:
10
FcgiRequest
(
FcgiApp
* fcgiApp );
11
12
virtual
~
FcgiRequest
();
13
15
int
init(
int
sock,
int
flags );
16
20
void
free(
bool
close =
true
);
21
25
void
finish();
26
28
bool
accept();
29
30
32
virtual
bool
processData(
void
* data )
override
;
33
34
winux::MembersWrapper<struct FcgiRequest_Data>
_self
;
35
36
private
:
37
38
DISABLE_OBJECT_COPY
(
FcgiRequest
)
39
};
40
41
42
43
}
// namespace eienwebx
winux::MembersWrapper< struct FcgiRequest_Data >
EIENWEBX_DLL
#define EIENWEBX_DLL
Definition:
eienwebx_base.hpp:28
eienwebx
Web功能的相关封装
Definition:
eienwebx_base.hpp:45
DISABLE_OBJECT_COPY
#define DISABLE_OBJECT_COPY(clsname)
Definition:
utilities.hpp:81
eienwebx::Request
代表一个请求
Definition:
webx_Request.hpp:11
eienwebx::FcgiApp
FCGI App类
Definition:
webx_FcgiApp.hpp:16
eienwebx::FcgiRequest
FCGI请求
Definition:
webx_FcgiRequest.hpp:7
eienwebx::FcgiRequest::_self
winux::MembersWrapper< struct FcgiRequest_Data > _self
Definition:
webx_FcgiRequest.hpp:34
build
windows
include
webx_FcgiRequest.hpp
生成于 2023年 六月 18日 星期日 10:25:58 , 为 fastdo使用
1.8.11