UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TestServer.Handler Class Reference
+ Inheritance diagram for TestServer.Handler:

Public Member Functions

 parse_request (self)
 
 do_HEAD (self)
 
 end_headers (self)
 
 do_GET (self)
 

Public Attributes

 protocol_version
 
 close_connection
 
 path
 
 wfile
 

Static Public Attributes

 corpus_thunk = None
 

Protected Member Functions

 _preroll (self)
 

Member Function Documentation

◆ _preroll()

TestServer.Handler._preroll (   self)
protected

◆ do_GET()

TestServer.Handler.do_GET (   self)

◆ do_HEAD()

TestServer.Handler.do_HEAD (   self)

◆ end_headers()

TestServer.Handler.end_headers (   self)

◆ parse_request()

TestServer.Handler.parse_request (   self)

Member Data Documentation

◆ close_connection

TestServer.Handler.close_connection

◆ corpus_thunk

TestServer.Handler.corpus_thunk = None
static

◆ path

TestServer.Handler.path

◆ protocol_version

TestServer.Handler.protocol_version

◆ wfile

TestServer.Handler.wfile

The documentation for this class was generated from the following file: