httpOptionsResponseHeaders property

Map<String, dynamic> httpOptionsResponseHeaders
final

HTTP headers used for OPTIONS responses. These headers are sent in addition to the httpResponseHeaders when the request method is OPTIONS.

Implementation

final Map<String, dynamic> httpOptionsResponseHeaders;