Sign in
dart
/
web
/
HEAD
/
.
/
web_generator
/
test
/
integration
/
interop_gen
/
string_literals_input.d.ts
blob: 2b4c7a063a5f18d964e94b400b249c883ecd069a [
file
] [
log
] [
blame
]
export
interface
Headers
{
"content-type"
:
string
;
"Content-type"
:
string
;
"content-Type"
:
string
;
"Content-Type"
:
string
;
"content=type"
:
string
;
}