Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

parameters whose value is their :name are dropped #16

Description

@skwerlman

If you define a route such as

r:get('/api/:node', doTheThing)

and access the URL

http://someSite.local/api/:node

the param table passed to doTheThing contains no entry named node. This only happens if the value for node should have been exactly :node.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions