HttpRequestHandler

Interface for any component that handles HTTP requests.

interface HttpRequestHandler {}

Members

Functions

handle
void handle(HttpRequestContext ctx)

Handles an HTTP request. Note that this method may be called from multiple threads, as requests may be processed in parallel, so you should avoid performing actions which are not thread-safe.