type go.pact.im/x/basicauth.StaticHandler

5 uses

	go.pact.im/x/basicauth (current package)
		static.go#L12: var _ http.Handler = (*StaticHandler)(nil)
		static.go#L16: type StaticHandler struct {
		static.go#L27: func Static(handler http.Handler, user, pass string) *StaticHandler {
		static.go#L28: 	h := &StaticHandler{
		static.go#L39: func (h *StaticHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {