HTTP_RESPONSE_FLAG_ Constants

The HTTP_RESPONSE_FLAG_ constants define options to configure responses in the HTTP Server API.

These constants are used in the Flags member of the HTTP_RESPONSE_V1 structure.

HTTP_RESPONSE_FLAG_MULTIPLE_ENCODINGS_AVAILABLE

Encodings other than identity form are available for this resource. This flag is ignored if the application has not asked for the response to be cached. It's used as a hint to the HTTP Server API for content negotiation when serving from the kernel response cache.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Http.h

See also

HTTP Server API Version 2.0 Constants

HTTP_RESPONSE_V1