headers property

HttpHeaders headers

The headers associated with the HTTP request.

Implementation

HttpHeaders get headers => _headers ??= _SyncHttpClientRequestHeaders(this);