Functions | |
def | _args () |
def | _expect_status_code (call, expected_code) |
def | _expect_status_details (call, expected_details) |
def | _goaway (stub) |
def | _max_streams (stub) |
def | _ping (stub) |
def | _rst_after_data (stub) |
def | _rst_after_header (stub) |
def | _rst_during_data (stub) |
def | _run_test_case (test_case, stub) |
def | _stub (server_host, server_port) |
def | _validate_payload_type_and_length (response, expected_type, expected_length) |
def | _validate_status_code_and_details (call, expected_code, expected_details) |
def | main () |
Variables | |
int | _REQUEST_SIZE = 314159 |
int | _RESPONSE_SIZE = 271828 |
_SIMPLE_REQUEST | |
|
private |
Definition at line 128 of file negative_http2_client.py.
|
private |
Definition at line 34 of file negative_http2_client.py.
|
private |
Definition at line 40 of file negative_http2_client.py.
|
private |
Definition at line 61 of file negative_http2_client.py.
|
private |
Definition at line 95 of file negative_http2_client.py.
|
private |
Definition at line 89 of file negative_http2_client.py.
|
private |
Definition at line 83 of file negative_http2_client.py.
|
private |
Definition at line 71 of file negative_http2_client.py.
|
private |
Definition at line 77 of file negative_http2_client.py.
|
private |
Definition at line 111 of file negative_http2_client.py.
|
private |
Definition at line 145 of file negative_http2_client.py.
|
private |
Definition at line 25 of file negative_http2_client.py.
|
private |
Definition at line 46 of file negative_http2_client.py.
def negative_http2_client.main | ( | ) |
Definition at line 152 of file negative_http2_client.py.
|
private |
Definition at line 52 of file negative_http2_client.py.
|
private |
Definition at line 53 of file negative_http2_client.py.
|
private |
Definition at line 55 of file negative_http2_client.py.