FastLED 3.9.15
Loading...
Searching...
No Matches
test_server.HTTPBinHandler Class Reference

Detailed Description

HTTP request handler that mimics httpbin.org API.

Definition at line 24 of file test_server.py.

+ Inheritance diagram for test_server.HTTPBinHandler:
+ Collaboration diagram for test_server.HTTPBinHandler:

Public Member Functions

None do_GET (self)
 
None do_POST (self)
 
None log_message (self, str format, *Any args)
 
None send_json_response (self, dict[str, Any] data, int status_code=200)
 
None send_text_response (self, str text, int status_code=200)
 

Public Attributes

str path = "/":
 

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