vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
HTTPServerErrorPageHandler
index
vibe
http
server
Delegate type used for user defined error page generator callbacks.
alias
HTTPServerErrorPageHandler
=
void
delegate
(
HTTPServerRequest
req
,
HTTPServerResponse
res
,
HTTPServerErrorInfo
error
)
@
safe
Meta
Source
See Implementation
index
vibe
http
server
aliases
HTTPServerErrorPageHandler
HTTPServerRequestDelegate
HTTPServerRequestDelegateS
HTTPServerRequestFunction
HTTPServerRequestFunctionS
RejectConnectionPredicate
classes
HTTPServerContext
HTTPServerErrorInfo
HTTPServerRequest
HTTPServerResponse
HTTPServerSettings
enums
HTTPServerOption
SessionOption
TestHTTPResponseMode
functions
createTestHTTPServerRequest
createTestHTTPServerResponse
handleHTTPConnection
listenHTTP
setVibeDistHost
staticRedirect
interfaces
HTTPServerRequestHandler
HTTPServerRequestHandlerS
properties
render
staticTemplate
structs
DefaultDietFilters
HTTPListener
Delegate type used for user defined error page generator callbacks.