Reorganized examples into subdirectories
2
examples/hello/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
This directory contains several "Hello, World!" type examples for different
|
||||
platforms and configurations supported by Microdot.
|
||||
1
examples/sessions/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This directory contains examples that take advantage of user sessions.
|
||||
2
examples/static/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
The example in this directory demonstrates how to serve static files out of a
|
||||
directory.
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
1
examples/streaming/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This directory contain examples that demonstrate how to use streaming responses.
|
||||