Home | History | Annotate | Download | only in http

Lines Matching refs:StripPrefix

1443 // StripPrefix returns a handler that serves HTTP requests
1445 // and invoking the handler h. StripPrefix handles a
1448 func StripPrefix(prefix string, h Handler) Handler {