menu
khadem package
documentation
http.dart
Request
headerAll method
headerAll method
dark_mode
light_mode
headerAll
method
List
<
String
>
?
headerAll
(
String
name
)
Gets all header values
Implementation
List<String>? headerAll(String name) => _headers.getAll(name);
khadem package
documentation
http
Request
headerAll method
Request class