headers property
HttpHeaders
get
headers
Provides access to the HTTP headers included in the request.
Implementation
HttpHeaders get headers => _rq.headers;
Provides access to the HTTP headers included in the request.
HttpHeaders get headers => _rq.headers;