5 lines
126 B
Go
Raw Normal View History

2024-03-12 19:35:19 +00:00
package server
// Handler is a function that deals with the given request/response context.
type Handler func(Context) error