tangled
alpha
login
or
join now
keii.dev
/
wisp
3
fork
atom
🧚 A practical web framework for Gleam
3
fork
atom
overview
issues
pulls
pipelines
Remove unused
Louis Pilfold
2 years ago
ea8a40bc
0568b1b6
-1
1 changed file
expand all
collapse all
unified
split
examples
7-logging
src
app
router.gleam
-1
examples/7-logging/src/app/router.gleam
···
1
1
import wisp.{Request, Response}
2
2
-
import gleam/http.{Get, Post}
3
2
import app/web
4
3
5
4
// Wisp has functions for logging messages using the BEAM logger.