Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2021 Changes in this version + type Option func(*Server) + func ReadTimeout(timeout time.Duration) Option + func ShutdownTimeout(timeout time.Duration) Option + func WriteTimeout(timeout time.Duration) Option + type Server struct + func NewServer(handler fasthttp.RequestHandler, opts ...Option) *Server + func (s *Server) Notify() <-chan error + func (s *Server) Shutdown() error