HttpHandler
Class
Transforms an HttpRequest
into a stream of HttpEvent
s, one of which will likely be a
HttpResponse
.
API
Description
abstract class HttpHandler {}
Jump to details
Transforms an HttpRequest
into a stream of HttpEvent
s, one of which will likely be a
HttpResponse
.
abstract class HttpHandler {}