+1
-1
examples/05-using-a-database/README.md
+1
-1
examples/05-using-a-database/README.md
+1
-1
examples/09-configuring-default-responses/README.md
+1
-1
examples/09-configuring-default-responses/README.md
···
12
12
13
13
You likely want your application to return a generic error page rather than an empty body, and this example shows how to do that.
14
14
15
-
This example is based off of the [routing example][routing] so read that first.
15
+
This example is based off of the ["routing" example][routing] so read that first.
16
16
The additions are detailed here and commented in the code.
17
17
18
18
[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
+1
-1
examples/10-working-with-files/README.md
+1
-1
examples/10-working-with-files/README.md
···
7
7
8
8
This example shows how to accept file uploads and allow users to download files.
9
9
10
-
This example is based off of the ["Working with form data" example][formdata],
10
+
This example is based off of the ["working with form data" example][formdata],
11
11
so read that first. The additions are detailed here and commented in the code.
12
12
13
13
[formdata]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data