InterceptorInputConfiguration¶
Structure Class¶
InterceptorInputConfiguration
dataclass
¶
The input configuration of the interceptor.
Attributes¶
pass_request_headers
instance-attribute
¶
pass_request_headers: bool
Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.
payload_filter
class-attribute
instance-attribute
¶
payload_filter: InterceptorPayloadFilter | None = None
The filter that determines which parts of the request or response payload are passed as input to the interceptor.