Class RobotWebHandler

Base WebHandler class for various types of robots.

Declaration

class RobotWebHandler(BaseHTTPRequestHandler)
source link

Documentation

RobotWebHandler's do_GET() will serve files, it is up to the child class to handle REST APIish GETs via their do_GET()

self.robot is populated in RobotWebServer.__init__()

Methods

Subclasses