public interface URLRewriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
rewrite(io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder)
Implement this to rewrite URL of an incoming request.
|
boolean rewrite(io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder)
request using HttpRequest.setUri(String).request - Incoming HTTP request.responder - Used to send response to clients.Copyright 2020 Cask, Inc. Licensed under the Apache License, Version 2.0