Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upclarify status of non-full-segment parameters #114
Comments
|
Please don't fix this by disallowing /prefix:foo; I am using that capability |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The documentation does not make it clear whether
paths of the form:
are allowed. These are currently supported by httprouter,
but don't seem quite in the spirit of its simple specification
(you can't have statically defined suffixes for a path element,
so why should you be allowed a statically defined prefix?)
This form:
is similarly not specified but is explicitly disallowed. The two forms should
perhaps be made consistent with each other.