module documentation

Tests for various parts of twisted.web.

Class AccessLogTestsMixin A mixin for TestCase subclasses defining tests that apply to HTTPFactory and its subclasses.
Class AllowedMethodsTests 'twisted.web.resource._computeAllowedMethods is provided by a default should the subclass not provide the method.
Class CombinedLogFormatterTests Tests for twisted.web.http.combinedLogFormatter.
Class ConditionalTests web.server's handling of conditional requests for cache validation.
Class DummyRequestForLogTest No class docstring; 0/1 instance variable, 0/4 class variable, 1/1 method documented
Class ExplicitHTTPFactoryReactor http.HTTPFactory accepts explicit reactor selection.
Class GettableResource Used by AllowedMethodsTests to simulate an allowed method.
Class GzipEncoderTests No class docstring; 0/1 instance variable, 7/8 methods documented
Class HeadlessReturner A resource that implements GET but not HEAD, and returns bytes when rendering GET.
Class HeadlessWriter A resource that implements GET but not HEAD, and calls request.write() when rendering GET.
Class HTTPFactoryAccessLogTests Tests for http.HTTPFactory.log.
Class LogEscapingTests No class docstring; 0/3 instance variable, 7/8 methods documented
Class NewRenderResource Undocumented
Class NewRenderTests Tests for server.Request.render.
Class NoContentResource A resource that always returns a 204 No Content response without setting Content-Length.
Class ProxiedLogFormatterTests Tests for twisted.web.http.proxiedLogFormatter.
Class QueueResource Add all requests to an internal queue, without responding to the requests. You can access the requests from the queue and handle their response.
Class RememberURLTests Tests for server.Site's root request URL calculation.
Class RequestTests Tests for the HTTP request class, server.Request.
Class ResourceTests Undocumented
Class RootResource Undocumented
Class SessionTests Tests for server.Session.
Class SimpleResource No summary
Class SiteAccessLogTests Tests for server.Site.log.
Class SiteTest Unit tests for server.Site.
Class TestRFC9112Section932 Verify that HTTP/1.1 request ordering is preserved.
Class ZeroLengthResource A resource that always returns a zero-length response.
Function httpBody Undocumented
Function httpCode Undocumented
Function httpHeader Undocumented
def httpBody(whole):

Undocumented

def httpCode(whole):

Undocumented

def httpHeader(whole, key):

Undocumented