Rack::ForwardRequest gets caught by Rack::Recursive and redirects the current request to the app at url.
raise ForwardRequest.new("/not-found")
Attributes
Name | Visibility | R/W | Description |
---|---|---|---|
env | public | R | |
url | public | R |
Methods
Class
Visibility | Signature |
---|---|
public | new (url, env={}) |