You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ Run examples with `cargo run --example example_name`.
14
14
15
15
*[`params`](params.rs) - A webserver that accept a form, with a name and a number, checks the parameters are presents and validates the input.
16
16
17
-
*[`send_file`](send_file.rs) - A server that sends back content of files either simply or streaming the response.
17
+
*[`send_file`](send_file.rs) - A server that sends back content of files using tokio_fs to read the files asynchronously.
18
18
19
19
*[`web_api`](web_api.rs) - A server consisting in a service that returns incoming POST request's content in the response in uppercase and a service that call that call the first service and includes the first service response in its own response.
0 commit comments