headers property

Iterable<ForwardedRequestHeader>? headers
getter/setter pair

The headers to include in the forwarded request. Can be omitted if no additional headers (excluding Stripe-generated ones such as the Content-Type header) should be included.

Implementation

Iterable<ForwardedRequestHeader>? headers;