static_serve

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