tree: 934cb149c4f56c531400e5b8106839c587efc657 [path history] [tgz]
  1. BUILD.gn
  2. forwarding_content_handler.cc
  3. README.md
  4. sample.fch
examples/forwarding_content_handler/README.md

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