You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no reason crosswalk couldn't provide an equivalent of the express post that just takes request and response params but types their body & params properties. This might make migration simpler and would remove some awkwardness when you want the request param but don't have path params or a body.
The text was updated successfully, but these errors were encountered:
Normally with Express, the router API looks like this:
The crosswalk equivalent looks like:
There's no reason crosswalk couldn't provide an equivalent of the express
post
that just takesrequest
andresponse
params but types theirbody
¶ms
properties. This might make migration simpler and would remove some awkwardness when you want therequest
param but don't have path params or a body.The text was updated successfully, but these errors were encountered: