Added router benchmarks
This commit is contained in:
parent
ea969d3aa2
commit
b1e678bce7
10 changed files with 129 additions and 11 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue