tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (639B)


      1 .. wptserve documentation master file, created by
      2   sphinx-quickstart on Wed Aug 14 17:23:24 2013.
      3   You can adapt this file completely to your liking, but it should at least
      4   contain the root `toctree` directive.
      5 
      6 wptserve: Web Platform Test Server
      7 ==================================
      8 
      9 A python-based HTTP server specifically targeted at being used for
     10 testing the web platform. This means that extreme flexibility —
     11 including the possibility of HTTP non-conformance — in the response is
     12 supported.
     13 
     14 Contents:
     15 
     16 .. toctree::
     17   :maxdepth: 2
     18 
     19   introduction
     20   server
     21   router
     22   request
     23   response
     24   stash
     25   handlers
     26   pipes