class documentation

Tests for RequestURL() required parameter.

Method test_requiresURL When RequestURL is specified to a requirer, a DecodedURL object will be passed in to the decorated route.
Method test_requiresURLBadlyBehavedClient requiresURL will press on in the face of badly-behaved client code.
Method test_requiresURLNonStandardPort When RequestURL is specified to a requirer, a DecodedURL object will be passed in to the decorated route.
def test_requiresURL(self): (source)

When RequestURL is specified to a requirer, a DecodedURL object will be passed in to the decorated route.

def test_requiresURLBadlyBehavedClient(self): (source)

requiresURL will press on in the face of badly-behaved client code.

def test_requiresURLNonStandardPort(self): (source)

When RequestURL is specified to a requirer, a DecodedURL object will be passed in to the decorated route.