Source code

Revision control

Copy as Markdown

Other Tools

# Notes about WebTransport WPTs
### Running the WebTransport WPTs using the test server
Although these tests do not currently run on the Chromium CI, they can still be
run using the WebTransport WPT server manually.
Please refer to the following document for detailed instructions:
### Server Handlers
The python server handlers are stored under `handlers/` and are written using the
PEP8 style.
For details, please see the [style guide](https://www.python.org/dev/peps/pep-0008/).