call_http Module
Functions
call_http
Get task used to schedule a durable HTTP call to the specified endpoint.
call_http(state: List[azure.durable_functions.models.history.HistoryEvent.HistoryEvent], method: str, uri: str, content: Optional[str] = None, headers: Optional[Dict[str, str]] = None, token_source: Optional[azure.durable_functions.models.TokenSource.TokenSource] = None) -> azure.durable_functions.models.Task.Task
Parameters
- state
- <xref:List>[HistoryEvent]
Required
The list of events that have been processed to determine the state of the task to be scheduled
Returns
The durable HTTP request to schedule.
Return type
Feedback
Submit and view feedback for