Request Class

A request.

Inheritance
azure.mgmt.web._serialization.Model
Request

Constructor

Request(*, headers: MutableMapping[str, Any] | None = None, uri: str | None = None, method: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
headers
<xref:JSON>

A list of all the headers attached to the request.

uri
str

The destination for the request.

method
str

The HTTP method used for the request.

Variables

Name Description
headers
<xref:JSON>

A list of all the headers attached to the request.

uri
str

The destination for the request.

method
str

The HTTP method used for the request.