headers property

Map<String, String> headers
getter/setter pair

Get and set request headers that will be applied to all requests created by this HTTP client.

Implementation

late Map<String, String> headers;