class documentation
class HttpUpperTester:
Plugin class to add the Upper Tester functionality to the HTTP server.
See TS-0019 for details about the Upper Tester specification.
The upper tester endpoint is registered at "__ut__".
| Method | configure |
Configure the plugin based on the configuration settings. |
| Method | handle |
Handle a Upper Tester request. See TS-0019 for details. |
| Method | start |
Start the upper tester plugin. |
| Class Variable | http |
The HttpServer plugin instance is injected by the PluginManager based on the declared dependency. The plugin will only be loaded if the HttpServer plugin is loaded. |
| Class Variable | request |
Injected RequestManager instance. |
| Class Variable | script |
InjectedScriptManager instance. |
Configure the plugin based on the configuration settings.
| Parameters | |
config:Configuration | The configuration object. |
Handle a Upper Tester request. See TS-0019 for details.
| Parameters | |
path:str | None | The path of the request. |
| Returns | |
Response | A response object. |