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
Make deps explicit, more
Louis Pilfold
2 years ago
5145c131
9a431d57
+2
2 changed files
expand all
collapse all
unified
split
examples
1-routing
gleam.toml
2-working-with-form-data
gleam.toml
+1
examples/1-routing/gleam.toml
···
8
8
wisp = { path = "../.." }
9
9
gleam_erlang = "~> 0.23"
10
10
mist = "~> 0.14"
11
11
+
gleam_http = "~> 3.5"
11
12
12
13
[dev-dependencies]
13
14
gleeunit = "~> 0.10"
+1
examples/2-working-with-form-data/gleam.toml
···
8
8
wisp = { path = "../.." }
9
9
gleam_erlang = "~> 0.23"
10
10
mist = "~> 0.14"
11
11
+
gleam_http = "~> 3.5"
11
12
12
13
[dev-dependencies]
13
14
gleeunit = "~> 0.10"