We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix `ctx.Form.remember` to `ctx.Request.Form.remember`.
Added examples of conditions, as I had to rummage to find them!
Updated Defining routes (markdown)
Fixed a minor typo in the definition of the lambda for the first route definition in the document
Added a description of how to make a capture segment greedy.
Changed the way the overrides are set
Spelling and grammar tweaks. Large tweaks to the "The IRouteSegmentExtractor interface" section.
Capitalization & minor grammar fix
Updated the Action section to reflect the content negotiation changes
Fixed the Method and Pattern headers
Added in the fact that underscores now work
Corrected a small, but important error
Fixed a small grammatical error, and added a comment about capture segments being purely alphanumeric.
Aligned the comment and the code ("/productS" in both places)
Needs a verbatim string literal so the \d is not interpreted as a character escape (also not sure the square brackets are necessary around the [\d])
Added navigation links to the bottom
Small Markdown correction
Added the contents