#include <http_utils.hpp>
◆ http_url()
acl::http_url::http_url |
( |
void |
| ) |
|
◆ ~http_url()
acl::http_url::~http_url |
( |
void |
| ) |
|
|
inline |
◆ get_domain()
const char* acl::http_url::get_domain |
( |
void |
| ) |
const |
|
inline |
◆ get_port()
unsigned short acl::http_url::get_port |
( |
void |
| ) |
const |
|
inline |
返回根据 URL 提取的 HTTP 协议服务端端口号,内部缺省值为 80
- 返回
- {unsigned short}
在文件 http_utils.hpp 第 76 行定义.
◆ get_proto()
const char* acl::http_url::get_proto |
( |
void |
| ) |
const |
|
inline |
◆ get_url_params()
const char* acl::http_url::get_url_params |
( |
void |
| ) |
const |
|
inline |
◆ get_url_path()
const char* acl::http_url::get_url_path |
( |
void |
| ) |
const |
|
inline |
◆ parse()
bool acl::http_url::parse |
( |
const char * |
url | ) |
|
◆ reset()
void acl::http_url::reset |
( |
void |
| ) |
|
清理解析过程中的中间状态,以便重复使用该类对象解析下一个 URL
该类的文档由以下文件生成: