menu
khadem package
documentation
http.dart
Request
allHeaders property
allHeaders property
dark_mode
light_mode
allHeaders
property
Map
<
String
,
String
>
get
allHeaders
Gets all headers as map
Implementation
Map<String, String> get allHeaders => _headers.toMap();
khadem package
documentation
http
Request
allHeaders property
Request class