HTTP 服务器 API 版本 2.0 函数
HTTP 服务器 API 版本 2.0 提供以下功能。
函数 | 说明 |
---|---|
HttpDelegateRequestEx | 将源请求队列中的请求委托给目标请求队列。 |
HttpFindUrlGroupId | 检索 URL 和请求队列的 URL 组 ID。 |
HttpIsFeatureSupported | 检查是否支持特定功能。 |
服务器会话
函数 | 说明 |
---|---|
HttpCloseServerSession | |
HttpCreateServerSession | |
HttpQueryServerSessionProperty | |
HttpSetServerSessionProperty |
URL 组
函数 | 说明 |
---|---|
HttpAddUrlToUrlGroup | |
HttpCreateUrlGroup | |
HttpCloseUrlGroup | |
HttpQueryUrlGroupProperty | |
HttpRemoveUrlFromUrlGroup | |
HttpSetUrlGroupProperty |
请求队列
函数 | 说明 |
---|---|
HttpCloseRequestQueue | |
HttpCreateRequestQueue | |
HttpQueryRequestQueueProperty | |
HttpSetRequestQueueProperty | |
HttpShutdownRequestQueue | |
HttpWaitForDemandStart |