# -*- test-case-name: twisted.web.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Web: HTTP clients and servers, plus tools for implementing them. Contains a L{web server} (including an L{HTTP implementation}, a L{resource model}), and a L{web client}. """