fastdo
0.6.8
|
处理每次请求的一些中间变量 更多...
#include <webx_HttpRequestCtx.hpp>
Public 属性 | |
winux::String | urlPath |
URL路径,会以/开头 更多... | |
winux::StringArray | urlPathPartArr |
分割url.getPath(),第一个元素始终是空串,表示起始根路径 更多... | |
size_t | iEndUrlPath |
停止在urlPath所达到的那个部分的索引 更多... | |
winux::String | extName |
扩展名 更多... | |
bool | isExist = true |
路径在文档根目录是否存在 更多... | |
bool | isFile = false |
是否为文件。由于扩展名可能是空,所以增加这个变量表示urlPath是否是文件 更多... | |
处理每次请求的一些中间变量
在文件 webx_HttpRequestCtx.hpp 第 31 行定义.
winux::String eienwebx::HttpRequestCtx::PerRequestData::extName |
扩展名
在文件 webx_HttpRequestCtx.hpp 第 36 行定义.
size_t eienwebx::HttpRequestCtx::PerRequestData::iEndUrlPath |
停止在urlPath所达到的那个部分的索引
在文件 webx_HttpRequestCtx.hpp 第 35 行定义.
bool eienwebx::HttpRequestCtx::PerRequestData::isExist = true |
路径在文档根目录是否存在
在文件 webx_HttpRequestCtx.hpp 第 37 行定义.
bool eienwebx::HttpRequestCtx::PerRequestData::isFile = false |
是否为文件。由于扩展名可能是空,所以增加这个变量表示urlPath是否是文件
在文件 webx_HttpRequestCtx.hpp 第 38 行定义.
winux::String eienwebx::HttpRequestCtx::PerRequestData::urlPath |
URL路径,会以/开头
在文件 webx_HttpRequestCtx.hpp 第 33 行定义.
winux::StringArray eienwebx::HttpRequestCtx::PerRequestData::urlPathPartArr |
分割url.getPath(),第一个元素始终是空串,表示起始根路径
在文件 webx_HttpRequestCtx.hpp 第 34 行定义.