A simple web framework
Go to file
Muyao CHEN f804f175e0 Context: create a customized Context type.
To package the internal context and other common structs, especially
http.Request and http.ResponseWriter.

Provides helper functìons.
2024-09-15 21:38:31 +02:00
framework Context: create a customized Context type. 2024-09-15 21:38:31 +02:00
.gitignore Initial commit 2024-09-05 14:21:22 +00:00
go.mod Official doc for http server 2024-09-05 16:23:58 +02:00
main.go Add framework core type 2024-09-05 17:30:59 +02:00
README.md Initial commit 2024-09-05 14:21:22 +00:00

go-web

A simple web framework