Compartilhar via


HttpRequest Classe

Um objeto de solicitação HTTP.

Herança
azure.functions._http.HttpRequest
HttpRequest

Construtor

HttpRequest(method: str, url: str, *, headers: Mapping[str, str], params: Mapping[str, str], route_params: Mapping[str, str], body_type: str, body: str | bytes)

Parâmetros

Nome Description
method
Obrigatório
url
Obrigatório

Parâmetros de apenas palavra-chave

Nome Description
headers
Obrigatório
params
Obrigatório
route_params
Obrigatório
body_type
Obrigatório
body
Obrigatório

Métodos

get_body
get_json

get_body

get_body() -> bytes

get_json

get_json() -> Any

Atributos

files

form

headers

method

params

route_params

url