Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 2.47 KB

ne-http-http_request_property.md

File metadata and controls

73 lines (61 loc) · 2.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:http._HTTP_REQUEST_PROPERTY
HTTP_REQUEST_PROPERTY (http.h)
Defines the properties that are configured by the HTTP Server API on a request.
*PHTTP_REQUEST_PROPERTY
*PHTTP_REQUEST_PROPERTY enumeration [HTTP]
HTTP_REQUEST_PROPERTY
HTTP_REQUEST_PROPERTY enumeration [HTTP]
HttpRequestPropertyStreamError
http.http_Request_property
http/*PHTTP_REQUEST_PROPERTY
http/HTTP_REQUEST_PROPERTY
http/HttpRequestPropertyStreamError
http\http_Request_property.htm
http
02e40197-4e21-4268-8a5e-f9b222f7eba2
03/22/2021
*PHTTP_REQUEST_PROPERTY, *PHTTP_REQUEST_PROPERTY enumeration [HTTP], HTTP_REQUEST_PROPERTY, HTTP_REQUEST_PROPERTY enumeration [HTTP], HttpRequestPropertyStreamError, http.http_Request_property, http/*PHTTP_REQUEST_PROPERTY, http/HTTP_REQUEST_PROPERTY, http/HttpRequestPropertyStreamError
http.h
Windows
Windows
HTTP_REQUEST_PROPERTY, *PHTTP_REQUEST_PROPERTY
_HTTP_REQUEST_PROPERTY
http/_HTTP_REQUEST_PROPERTY
PHTTP_REQUEST_PROPERTY
http/PHTTP_REQUEST_PROPERTY
HTTP_REQUEST_PROPERTY
http/HTTP_REQUEST_PROPERTY
c++
APIRef
kbSyntax
HeaderDef
Http.h
HTTP_REQUEST_PROPERTY

HTTP_REQUEST_PROPERTY enumeration

-description

The HTTP_REQUEST_PROPERTY enumeration defines the properties that are configured by the HTTP Server API on a request.

-enum-fields

-field HttpRequestPropertyStreamError

The HTTP/2 or HTTP/3 stream error on the request.

The HTTP_REQUEST_PROPERTY_STREAM_ERROR structure contains the configuration data for this property.

-remarks

The HTTP_REQUEST_PROPERTY enumeration types are used to set or query the configurations on a request. A member of this enumeration together with the associated configuration structure is used by HttpSetRequestProperty to define the configuration parameters.

-see-also

HttpSetRequestProperty