This commit is contained in:
Will McGugan 2020-01-11 16:13:39 +00:00
parent c9ce00abe0
commit e778af6aa2
31 changed files with 576 additions and 204 deletions

View file

@ -25,18 +25,18 @@ console.push_styles(
)
console.log("Server starting...")
console.log("Serving on http://127.0.0.1:8000", highlight=None)
console.log("Serving on http://127.0.0.1:8000")
time.sleep(1)
console.log(
"HTTP GET /foo/bar/baz/egg.html 200 [0.57, 127.0.0.1:59076]",
highlight=RequestHighlighter(),
highlighter=RequestHighlighter(),
)
console.log(
"HTTP GET /foo/bar/baz/background.jpg 200 [0.57, 127.0.0.1:59076]",
highlight=RequestHighlighter(),
highlighter=RequestHighlighter(),
)