headers property
Returns the client response headers.
The client response headers are immutable.
Implementation
@override
HttpHeaders get headers => IoHttpHeaders(headers: _response.headers);
Returns the client response headers.
The client response headers are immutable.
@override
HttpHeaders get headers => IoHttpHeaders(headers: _response.headers);