Lines Matching refs:StripPrefix
1443 // StripPrefix returns a handler that serves HTTP requests1445 // and invoking the handler h. StripPrefix handles a1448 func StripPrefix(prefix string, h Handler) Handler {