diff options
Diffstat (limited to 'examples/async/README.md')
| -rw-r--r-- | examples/async/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/async/README.md b/examples/async/README.md new file mode 100644 index 0000000..ece15e7 --- /dev/null +++ b/examples/async/README.md @@ -0,0 +1,14 @@ +# Asynchronous HTTP response example + +This example shows how to generate HTTP responses asynchronously. + +## How to build + +If using `make(1)`, just run `make` from this directory. + +If using CMake, examples are built by default when configuring the project +from [the top-level `CMakeLists.txt`](../../CMakeLists.txt). + +## How to run + +Run the executable without any command line arguments. |
