Panic if the path
matcher receives as input a URL with a host
#106
Labels
good first issue
Good for newcomers
path
matcher receives as input a URL with a host
#106
I have bumped into users trying the following:
with an expectation that it will match incoming requests for
/abcd
.In reality, they should write:
to achieve the desired outcome.
path
should panic if the input contains a host, with an helpful suggestion pointing at the right usage pattern.The text was updated successfully, but these errors were encountered: