headers property
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;
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.
Iterable<ForwardedRequestHeader>? headers;