![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| class | Handler |
Functions | |
| intercept (fd) | |
| make_preamble (line, headers) | |
| proxy_impl (client, httpd) | |
| proxy_client (client, httpd_port) | |
| proxy_loop (httpd_port) | |
| tls_proxy_loop (httpd_port, root_cert, *server_pems) | |
| _make_payload (size) | |
| http_seed (handler, value=0) | |
| http_data (handler, payload_size=0) | |
| http_chunked (handler, payload_size=0, *options) | |
| http_redirect (handler, style="abs", code=302, *dest) | |
| plain_httpd_loop (port, root_pem, corpus_thunk) | |
| gen_test_certs (openssl_bin) | |
| setup_corpus (args) | |
| main (args) | |
Variables | |
| payload_data = bytearray((x % (128 - 34)) + 33 for x in random.randbytes(2 << 20)) | |
| parser = argparse.ArgumentParser(description="Test server to 'IasTool tests'") | |
| nargs | |
| default | |
| type | |
| int | |
| help | |
| action | |
| Path | |
| float | |
| args = parser.parse_args() | |
|
protected |
| TestServer.gen_test_certs | ( | openssl_bin | ) |
| TestServer.http_chunked | ( | handler, | |
payload_size = 0, |
|||
| * | options | ||
| ) |
| TestServer.http_data | ( | handler, | |
payload_size = 0 |
|||
| ) |
| TestServer.http_redirect | ( | handler, | |
style = "abs", |
|||
code = 302, |
|||
| * | dest | ||
| ) |
| TestServer.http_seed | ( | handler, | |
value = 0 |
|||
| ) |
| TestServer.intercept | ( | fd | ) |
| TestServer.main | ( | args | ) |
| TestServer.make_preamble | ( | line, | |
| headers | |||
| ) |
| TestServer.plain_httpd_loop | ( | port, | |
| root_pem, | |||
| corpus_thunk | |||
| ) |
| TestServer.proxy_client | ( | client, | |
| httpd_port | |||
| ) |
| TestServer.proxy_impl | ( | client, | |
| httpd | |||
| ) |
| TestServer.proxy_loop | ( | httpd_port | ) |
| TestServer.setup_corpus | ( | args | ) |
| TestServer.tls_proxy_loop | ( | httpd_port, | |
| root_cert, | |||
| * | server_pems | ||
| ) |
| TestServer.action |
| TestServer.args = parser.parse_args() |
| TestServer.default |
| TestServer.float |
| TestServer.help |
| TestServer.int |
| TestServer.nargs |
| TestServer.parser = argparse.ArgumentParser(description="Test server to 'IasTool tests'") |
| TestServer.Path |
| TestServer.payload_data = bytearray((x % (128 - 34)) + 33 for x in random.randbytes(2 << 20)) |
| TestServer.type |