vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
HTTPServerRequestHandler
index
vibe
http
server
Interface for class based request handlers
interface
HTTPServerRequestHandler {
void
handleRequest
(HTTPServerRequest req, HTTPServerResponse res);
}
Members
Functions
handleRequest
void
handleRequest
(HTTPServerRequest req, HTTPServerResponse res)
Handles incoming HTTP requests
Meta
Source
See Implementation
index
vibe
http
server
aliases
HTTPServerErrorPageHandler
HTTPServerRequestDelegate
HTTPServerRequestDelegateS
HTTPServerRequestFunction
HTTPServerRequestFunctionS
classes
HTTPServerErrorInfo
HTTPServerRequest
HTTPServerResponse
HTTPServerSettings
enums
HTTPServerOption
SessionOption
functions
createTestHTTPServerRequest
createTestHTTPServerResponse
listenHTTP
setVibeDistHost
staticRedirect
interfaces
HTTPServerRequestHandler
HTTPServerRequestHandlerS
properties
render
staticTemplate
structs
HTTPListener
Interface for class based request handlers