menu
khadem package
documentation
http.dart
ResponseContext
header static method
header static method
dark_mode
light_mode
header
static method
void
header
(
String
name
,
String
value
)
Add a response header
Implementation
static void header(String name, String value) => response.header(name, value);
khadem package
documentation
http
ResponseContext
header static method
ResponseContext class