Request Class

A request.

Inheritance
msrest.serialization.Model
Request

Constructor

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

Keyword-Only Parameters

Name Description
headers
any

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
any

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.