5 lines
123 B
Go
Raw Normal View History

2024-03-22 15:08:24 +01:00
package web
2024-03-12 20:35:19 +01:00
// Handler is a function that deals with the given request/response context.
type Handler func(Context) error