x2gobroker.web.extras module¶
- class x2gobroker.web.extras.X2GoBrokerItWorks(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)[source]¶
Bases:
x2gobroker.web.extras._RequestHandler
HTTP request handler that simply replies with an “It works” page.
- http_header_items = {'Content-Type': 'text/plain; charset=utf-8', 'Expires': '+1h'}¶
- class x2gobroker.web.extras.X2GoBrokerPubKeyService(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)[source]¶
Bases:
x2gobroker.web.extras._RequestHandler
HTTP request handler that provides X2Go Session Broker’s SSH public keys, if any are configured.
- http_header_items = {'Content-Type': 'text/plain; charset=utf-8', 'Expires': '+1h'}¶