12 lines
384 B
Python
12 lines
384 B
Python
# -*- 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<twisted.web.server>} (including an
|
|
L{HTTP implementation<twisted.web.http>}, a
|
|
L{resource model<twisted.web.resource>}), and
|
|
a L{web client<twisted.web.client>}.
|
|
"""
|