blob: 23a49b6aa87b63e95c30bb6e350f7fe444c2b391 [file] [log] [blame] [view]
ForwardingContentHandler
=====================
This content handler forwards to another "target" Mojo application.
The content handler reads the target application's URL
from the initial URL and then connects to it.
If you change the sample.fch file in this directory so that it
contains a legitimate Mojo application URL, then to run this
appllication with mojo_shell, set DIR to be the absolute
path for this directory, then:
mojo_shell "file://$DIR/sample.fch"