This website requires JavaScript.
Explore
Help
Sign In
Cadoles
/
formidable
mirror of
https://github.com/Bornholm/formidable.git
Watch
10
Star
0
Fork
You've already forked formidable
0
Code
Issues
Projects
Releases
Wiki
Activity
ad7fca609f
formidable
/
internal
/
data
/
url_matcher.go
8 lines
88 B
Go
Raw
Blame
History
package
data
import
"net/url"
type
URLMatcher
interface
{
Match
(
url
*
url
.
URL
)
bool
}
Reference in New Issue
View Git Blame
Copy Permalink