1
Fork 0
galene/webserver
Juliusz Chroboczek 31f89163a2 Simplify server startup.
We now create the server and the listener in the calling thread,
and only create a new goroutine before calling server.Serve.
2024-04-14 02:12:46 +02:00
..
api.go Fix typo in usersHandler. 2024-04-14 01:10:02 +02:00
api_test.go Simplify server startup. 2024-04-14 02:12:46 +02:00
precondition.go Add precondition.go. 2024-04-09 22:49:03 +02:00
precondition_test.go Add precondition.go. 2024-04-09 22:49:03 +02:00
webserver.go Simplify server startup. 2024-04-14 02:12:46 +02:00
webserver_test.go Implement parseContentType. 2024-04-09 22:49:03 +02:00
whip.go Use methodNotAllowed in whip. 2024-04-10 14:45:04 +02:00