h1flow.ui.has_web_ui

Module Contents

Classes

HasWebUI

class h1flow.ui.has_web_ui.HasWebUI
handle_request(self, req)
abstract handle_get(self, req)
abstract handle_post(self, req)
abstract handle_put(self, req)
abstract handle_delete(self, req)
abstract handle_default(self, req)