module documentation
Tests for twisted.web.http_headers
.
Class |
|
Tests for Headers , using bytes arguments for methods. |
Class |
|
Tests for Headers , mixing bytes and str arguments for methods where that is permitted. |
Class |
|
Test twisted.web.http_headers._NameEncoder |
Class |
|
Tests for Headers , using str arguments for methods. |
Function | assert |
Assert that the components are sanitized to the expected value as both a header value, across all of Header 's setters and getters. |
def assertSanitized(testCase:
TestCase
, components: Sequence[ bytes] | Sequence[ str]
, expected: bytes
):
ΒΆ
Assert that the components are sanitized to the expected value as both a header value, across all of Header
's setters and getters.
Parameters | |
testTestCase | A test case. |
components:Sequence[ | A sequence of values that contain linear whitespace to use as header values; see textLinearWhitespaceComponents and bytesLinearWhitespaceComponents |
expected:bytes | The expected sanitized form of the component as a header value. |