@karmaniverous/smoz
GitHub
Preparing search index...
http/middleware/customization/types
HttpStackOptions
Type Alias HttpStackOptions
type
HttpStackOptions
=
{
contentNegotiation
?:
Parameters
<
typeof
httpContentNegotiation
>
[
0
]
;
contentType
?:
string
;
cors
?:
Parameters
<
typeof
httpCors
>
[
0
]
;
errorHandler
?:
Parameters
<
typeof
httpErrorHandler
>
[
0
]
;
headerNormalizer
?:
Parameters
<
typeof
httpHeaderNormalizer
>
[
0
]
;
jsonBodyParser
?:
Parameters
<
typeof
httpJsonBodyParser
>
[
0
]
;
logger
?:
ConsoleLogger
;
serializer
?:
{
json
?:
{
label
?:
string
;
stringify
?:
(
value
:
unknown
)
=>
string
}
;
}
;
}
Index
Properties
content
Negotiation?
content
Type?
cors?
error
Handler?
header
Normalizer?
json
Body
Parser?
logger?
serializer?
Properties
Optional
content
Negotiation
contentNegotiation
?:
Parameters
<
typeof
httpContentNegotiation
>
[
0
]
Optional
content
Type
contentType
?:
string
Optional
cors
cors
?:
Parameters
<
typeof
httpCors
>
[
0
]
Optional
error
Handler
errorHandler
?:
Parameters
<
typeof
httpErrorHandler
>
[
0
]
Optional
header
Normalizer
headerNormalizer
?:
Parameters
<
typeof
httpHeaderNormalizer
>
[
0
]
Optional
json
Body
Parser
jsonBodyParser
?:
Parameters
<
typeof
httpJsonBodyParser
>
[
0
]
Optional
logger
logger
?:
ConsoleLogger
Optional
serializer
serializer
?:
{
json
?:
{
label
?:
string
;
stringify
?:
(
value
:
unknown
)
=>
string
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Negotiation
content
Type
cors
error
Handler
header
Normalizer
json
Body
Parser
logger
serializer
GitHub
@karmaniverous/smoz
Loading...