parserino ~master (2023-10-19T20:51:54Z)
Dub
Repo
static_serve
app
Undocumented in source. Be warned that the author may not have intended to support it.
@
endpoint
@
route
!(
x
=>
x.uri.startsWith
("/css/")
)
@
route
!(
x
=>
x.uri.startsWith
("/js/")
)
@
route
!(
x
=>
x.uri.startsWith
("/fonts/")
)
@
route
!(
x
=>
x.uri.startsWith
("/images/")
)
void
static_serve
(
Request
request
,
Output
output
)
Meta
Source
See Implementation
app
functions
configure
dump
static_serve
mixins
__anonymous