Versions in this module Expand all Collapse all v1 v1.0.2 Sep 30, 2016 v1.0.1 Sep 27, 2016 v1.0.0 Feb 25, 2016 Changes in this version + type ResponseHandler func(http.ResponseWriter, *http.Request, httprouter.Params) (int, error) + type Server struct + func NewServer(cfg *config.Config, tkr *tracker.Tracker) *Server + func (s *Server) Serve() + func (s *Server) Stop()