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

Associate a handler from the application with each route #6

Closed
pictographer opened this issue Jun 8, 2022 · 1 comment
Closed

Associate a handler from the application with each route #6

pictographer opened this issue Jun 8, 2022 · 1 comment

Comments

@pictographer
Copy link
Contributor

This is the key missing bit of functionality to make tide-disco usable.

routefinder::Router::add(...) takes a route specification and a generic handler. Specify a way for the application to define the handlers and give the handlers access to the application state as well as any needed accessors for the web server state, e.g. healthcheck status.

@jbearer
Copy link
Member

jbearer commented Jul 15, 2022

This was done in #21

@jbearer jbearer closed this as completed Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants