Rousan Ali
Rousan Ali
Reference: https://github.com/kardeiz/reset-router
We have two error types right now, `routerify::Error` and `routerify::RouteError` and the `routerify::Result` is based on `routerify::RouteError` and it is very confusing. So, I was thinking to implement error type...
In general, If the library can provide the specific error types through enum values, the consumer can easily take appropriate action based on Error kind. If we look into `hyper::Error`...
Hey @mitchhentges, At the beginning I restricted to use hyper::Body as the base body type for simple design, but as the hyper crate accepts any body type as long as...
or some other relevant keywords.
Okay, I will look into routerify-websocket.
routerify-query could be added in routerify repo itself, I released it as separate repo to make core routerify lightweight as much as possible. We can merge it to core routerify...
Hi @GuusPunt, Can you provide samples code to produce the same at our end?
@sangeetashah please, can you provide us a working code snippet that would reproduce the same at our end?