some cleanups and bug fixes.
This commit is contained in:
parent
e80e50a3db
commit
fbf860e573
6 changed files with 25 additions and 17 deletions
|
|
@ -1,6 +1,13 @@
|
|||
'''
|
||||
"""
|
||||
A HTTPS frontend to the current Linspector instance.
|
||||
|
||||
A Webserver listening for requests to give information about the internal state of linspector.
|
||||
(maybe providing a JSON API to the instance too...)
|
||||
'''
|
||||
"""
|
||||
|
||||
from lib.frontends.frontend import Frontend
|
||||
|
||||
|
||||
class HttpsFrontend(Frontend):
|
||||
def __init__(self, **kwargs):
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue