Versions in this module Expand all Collapse all v0 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + type RequestFunc func(context.Context, *http.Request) context.Context + type Server struct + func NewServer(ctx context.Context, baseURL *url.URL, options ...ServerOption) *Server + func (s Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ServerOption func(*Server) + func ServerBefore(before ...RequestFunc) ServerOption