HTTP Server API 버전 2.0 함수
HTTP Server 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 |