1
0
Fork
You've already forked http_server
0
A simple http server framework to learn some basic concepts of the Gleam programming language.
  • Gleam 100%
2025年04月19日 22:19:10 +01:00
.github/workflows initial commit 2024年01月10日 19:19:18 +00:00
src fmt 2025年04月19日 22:19:10 +01:00
test initial commit 2024年01月10日 19:19:18 +00:00
.gitignore initial commit 2024年01月10日 19:19:18 +00:00
gleam.toml initial commit 2024年01月10日 19:19:18 +00:00
LICENSE initial commit 2024年01月10日 19:19:18 +00:00
manifest.toml initial commit 2024年01月10日 19:19:18 +00:00
README.md initial commit 2024年01月10日 19:19:18 +00:00

http_server

A simple gleam http server framework, for me to learn the language.