You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2021. It is now read-only.
Request: "http://localhost/page/"
Route template "/{captureseg?}/{greedy_}"
captureseg = ""
greedy = "page" _This is expected due to what #1534 reports (Side Note: Duplicate bug #1573), so I'll assume this is correct behavior as of right now*
Now for what I've noticed.
Get["/test/{captureseg?}/{greedy*}"] = _ =>
{
var captureseg = _.captureseg;
var greedy = _.greedy;
}