+123
test_cases/README.md
···+This directory contains binary test case files representing various FastCGI records as defined in the FastCGI specification. These files can be used to test a FastCGI parser implementation.+The first 8 bytes should always be the FastCGI header, followed by the record content and any padding.
test_cases/abort_request.bin
This is a binary file and will not be displayed.
test_cases/begin_request_filter.bin
This is a binary file and will not be displayed.
test_cases/begin_request_no_keep.bin
This is a binary file and will not be displayed.
test_cases/begin_request_responder.bin
This is a binary file and will not be displayed.
test_cases/data_empty.bin
This is a binary file and will not be displayed.
test_cases/data_filter.bin
This is a binary file and will not be displayed.
test_cases/end_request_error.bin
This is a binary file and will not be displayed.
test_cases/end_request_success.bin
This is a binary file and will not be displayed.
+349
test_cases/generate_test_cases.py
···
test_cases/get_values.bin
This is a binary file and will not be displayed.
test_cases/get_values_result.bin
This is a binary file and will not be displayed.
test_cases/large_record.bin
This is a binary file and will not be displayed.
test_cases/multiplexed_requests.bin
This is a binary file and will not be displayed.
test_cases/padded_record.bin
This is a binary file and will not be displayed.
test_cases/params_empty.bin
This is a binary file and will not be displayed.
test_cases/params_get.bin
This is a binary file and will not be displayed.
test_cases/params_post.bin
This is a binary file and will not be displayed.
test_cases/stderr_empty.bin
This is a binary file and will not be displayed.
test_cases/stderr_message.bin
This is a binary file and will not be displayed.
test_cases/stdin_empty.bin
This is a binary file and will not be displayed.
test_cases/stdin_form_data.bin
This is a binary file and will not be displayed.
test_cases/stdout_empty.bin
This is a binary file and will not be displayed.
test_cases/stdout_response.bin
This is a binary file and will not be displayed.
+24
test_cases/test_case_sizes.txt
···
test_cases/unknown_type.bin
This is a binary file and will not be displayed.
+130
test_cases/validate_test_cases.py
···+version, record_type, request_id, content_length, padding_length, reserved = struct.unpack('>BBHHBB', data[:8])
+438
test_cases/validation_results.txt
···