Added readme files to the examples.
Minor changes in various ecf file and code. Moved filter example under _update_needed since it has obsolete code.
This commit is contained in:
6
examples/simple_file/README.md
Normal file
6
examples/simple_file/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
File response example
|
||||
=====================
|
||||
|
||||
This demonstrates how to return a file to the client. In this example you will learn how to dispatch manually the URL thanks to the `request.path_info` value.
|
||||
You will also learn how to use the `WSF_RESPONSE.send (message)` interface that does not require you to know that much about http protocol since you will build `WSF_FILE_RESPONSE` and `WSF_NOT_FOUND_MESSAGE` objects.
|
||||
|
||||
Reference in New Issue
Block a user