This PR finishes the great work started by @LoveIsGrief by adding glob support. Accomplishing this is very simple: since glob is so similar to regex, we simply make some minor adjustments to the glob'd rule to make it into a regex and then test our urls as such.
This PR finishes the great work started by @LoveIsGrief by adding glob support. Accomplishing this is very simple: since glob is so similar to regex, we simply make some minor adjustments to the glob'd rule to make it into a regex and then test our urls as such.
Closes #51 and #21