HostHttpServer¶
-
class
stencila.HostHttpServer(host, address='127.0.0.1', port=2000, authorization=True)[source]¶ -
url¶ Get the URL for this server
-
ticket_check(ticket)[source]¶ Check that a ticket is valid. * If it is, then it is removed from the list of tickets and true is returned. Otherwise, returns false
-