Added router benchmarks
This commit is contained in:
4
Handler.go
Normal file
4
Handler.go
Normal file
@ -0,0 +1,4 @@
|
||||
package server
|
||||
|
||||
// Handler is a function that deals with the given request/response context.
|
||||
type Handler func(Context) error
|
Reference in New Issue
Block a user