Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@routes/time

omrilotan3.3kMIT2.0.3

⏱ middleware to report route time

express, middleware, time, measure, stats,

readme

@routes

🎁 Out-of-the-box expressjs routes

  • client 💁‍♂️ Display information about the client making the request
  • index 📇 An index of routes exposed by Express app
  • isbot 🕷 Express middleware to detect crawler requests: request.isbot
  • ping 🏓 out-of-the-box expressjs ping route
  • time ⏱ middleware to report route time

changelog

2.0.3

2021-10-13

Default to "*" if route is not defined

2.0.2

2020-10-13

Support route set as array

2.0.1

2019-08-25

Convert Bigint to number only after calculation

2.0.0

2019-05-20

If a no route pattern matches the request - the route will equal *