public static interface HttpServer.Handler
Modifier and Type | Method and Description |
---|---|
HttpServer.Response |
serveRequest(HttpServer.Request request)
Provides a response to an HTTP request.
|
HttpServer.Response serveRequest(HttpServer.Request request)
request
- HTTP requestCopyright © 2008–2024. All rights reserved.