https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 43fb02d8f7895c551a4274c54e7dc0cc777537a2 authored by Domenic Denicola on 27 June 2017, 16:07:06 UTC
Remove redundant statements per code review
Tip revision: 43fb02d
index.rst
.. wptserve documentation master file, created by
   sphinx-quickstart on Wed Aug 14 17:23:24 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Web Platform Test Server
========================

A python-based HTTP server specifically targeted at being used for
testing the web platform. This means that extreme flexibility —
including the possibility of HTTP non-conformance — in the response is
supported.

Contents:

.. toctree::
   :maxdepth: 2

   introduction
   server
   router
   request
   response
   stash
   handlers
   pipes


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

back to top