SendRequestFunction
Index
Methods
Methods
__call__
Parameters
optionalkeyword-onlyurl: str
optionalkeyword-onlymethod: HttpMethod = 'GET'
optionalkeyword-onlyheaders: (HttpHeaders | dict[str, str]) | None = None
Returns Coroutine[None, None, HttpResponse]
Type of a function for performing an HTTP request.