headers property
Returns the response headers.
The response headers can be modified until the response body is written to or closed. After that they become immutable.
Implementation
@override
HttpHeaders get headers => origin.headers;
Returns the response headers.
The response headers can be modified until the response body is written to or closed. After that they become immutable.
@override
HttpHeaders get headers => origin.headers;