IHttpRequestHandler Interface

Definition

Defines the contract for executing HTTP requests emitted by HttpRequestAction within declarative workflows.

public interface IHttpRequestHandler
type IHttpRequestHandler = interface
Public Interface IHttpRequestHandler
Derived

Remarks

This interface allows the HTTP request dispatch to be abstracted, enabling different implementations for local development, hosted workflows, authenticated scenarios, and testing.

Methods

Name Description
SendAsync(HttpRequestInfo, CancellationToken)

Sends an HTTP request and returns the response.

Applies to