menu
curl_parser package
documentation
models/curl.dart
Curl
headers property
headers property
dark_mode
light_mode
headers
property
Map
<
String
,
String
>
?
headers
final
Adds custom HTTP headers to the request.
Implementation
final Map<String, String>? headers;
curl_parser package
documentation
models/curl
Curl
headers property
Curl class