Type servlet:Forward

servlet:Forward is used to forward the current request to a different handler.
extends servlet:Response
Constructors:
servlet:Forward(Node uri)
Creates a servlet:Forward that forwards to the given uri.
Functions:
uri()
Get the forwarding URI.
Functions inherited from servlet:Response: