Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Improvement for HTTP Routes #251

Open
fawadasaurus opened this issue May 17, 2023 · 1 comment
Open

Documentation Improvement for HTTP Routes #251

fawadasaurus opened this issue May 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fawadasaurus
Copy link
Contributor

Is your feature request related to a problem? Please describe.
HTTP Router has a first match for conflict. For example if path of / exists as the first entry and a path for /api exists for the second entry, all of the routes will be sent to /.

Also the path and uri act as a combination so if the path is /api and the uri is /login, the end user path is /api/login. If you the uri to be /api/login then wick thinks that the full path is /api/api/login.

Propose a solution
Need to make sure that the documentation on this is clear.

Describe alternatives you've considered
None

Additional context
None

@fawadasaurus fawadasaurus added enhancement New feature or request triage To be triaged labels May 17, 2023
@fawadasaurus fawadasaurus changed the title Documentation Improvement Documentation Improvement for HTTP May 17, 2023
@fawadasaurus fawadasaurus changed the title Documentation Improvement for HTTP Documentation Improvement for HTTP Routes May 17, 2023
@jsoverson jsoverson removed the triage To be triaged label Jun 2, 2023
@jsoverson
Copy link
Contributor

Documentation for routers and routes has started here: https://candle.dev/docs/guide/triggers/http/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants