question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple route handlers

See original GitHub issue

I was wondering if restana (or find-my-way, or other) could provide multiple callback functions to handle a request, like route handlers in express. This is the main impact that I have for migrating to restana. restana is great, well thought, thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

3reactions
jkyberneeescommented, Jan 31, 2019

Hi guys, thanks for your input here. @sarriaroman you are right, this feature is not supported either by the routers or by restana itself. We can seat an adapter on top, as you propose. If this can be part of restana project? I think so. Let’s follow up here again…

Thanks for collaborating.

2reactions
jkyberneeescommented, Feb 3, 2019

Hi @kaesar , JFYI: https://github.com/jkyberneees/ana/pull/20 Landing in 2.8.0 😉

Regards

Read more comments on GitHub >

github_iconTop Results From Across the Web

express.js - single routing handler for multiple routes in a ...
I came across this question while looking for the same functionality. @Jonathan Ong mentioned in a comment above that using arrays for paths...
Read more >
Routing - Express.js
Route handlers. You can provide multiple callback functions that behave like middleware to handle a request. The only exception is that these callbacks ......
Read more >
How to create multiple routes in the same express.js server
Multiple requests can be easily differentiated with the help of the Router() function in Express. js.
Read more >
Avoid having multiple routes for the same path with Node.js ...
When designing the routing system of the server, you have to make sure you have only one routing handler per path. Duplicating handler...
Read more >
Express Tutorial Part 4: Routes and controllers - MDN Web Docs
In this tutorial we'll set up routes (URL handling code) with "dummy" handler functions for all the resource endpoints that we'll eventually ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found