Workflows ReferenceType Definitions
HttpSurfaceBehavior
type HttpSurfaceBehavior = {
http?: | ModifyHttpResponse
| SetHttpResponse;
};Properties
http?
optional http?:
| ModifyHttpResponse
| SetHttpResponse;type HttpSurfaceBehavior = {
http?: | ModifyHttpResponse
| SetHttpResponse;
};optional http?:
| ModifyHttpResponse
| SetHttpResponse;