mirror of
https://github.com/Textualize/rich.git
synced 2025-09-06 10:20:38 +00:00
docs
This commit is contained in:
parent
c9ce00abe0
commit
e778af6aa2
31 changed files with 576 additions and 204 deletions
|
@ -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(),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue