headers property

Map<String, String> get headers

headers is the headers that will be sent in the request

Implementation

Map<String, String> get headers => {
  'Authorization': 'LayrzAuth $ident;$password',
  'Content-Type': 'text/plain',
};