public interface HttpHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ServerRequest request,
ServerResponse response)
处理请求
|
void handle(ServerRequest request, ServerResponse response)
request - 请求对象response - 响应对象Copyright © 2025. All rights reserved.