overflow_server_app/server/handler.go

8 lines
110 B
Go
Raw Normal View History

2017-08-23 09:19:21 +00:00
package server
2017-09-05 06:37:33 +00:00
import (
"github.com/valyala/fasthttp"
)
2017-08-23 09:19:21 +00:00
2017-09-05 06:37:33 +00:00
type RequestHandler func(ctx *fasthttp.RequestCtx)