tree: 0ed003431afda009dfc89368eef5d53d17d15a05 [path history] [tgz]
  1. .gcloudignore
  2. .gitignore
  3. app.yaml
  4. appengine_config.py
  5. index.yaml
  6. main.py
  7. Makefile
  8. README.md
  9. requirements.txt
infra/perfetto-get.appspot.com/README.md

This folder contains the sources for the https://get.perfetto.dev/XXX web service.

This service simply proxies request of the form

https://get.perfetto.dev/XXX

to the raw content of the files hosted on Github, e.g.:

https://github.com/google/perfetto/tree/main/XXX

See main.py for the dictionary that maps /XXX into the actual path in the perfetto repository.