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
With the introduction of #1082, @loopback/http-server unifies common interfaces for creating endpoints using http/https protocols. This means that @loopback/rest can consume fortified Request and Response objects, and http handlers from concrete implementations of @loopback/http-server such as @loopback/http-server-express and worry only about how to handle controller/route registration, sequence actions, etc.
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
At the moment,http-server-koa is non-functional (which is on the #1082 branch). We need it to be working to compare Express vs. Koa. I am working on it to make it functional.
Description
With the introduction of #1082,
@loopback/http-server
unifies common interfaces for creating endpoints using http/https protocols. This means that@loopback/rest
can consume fortifiedRequest
andResponse
objects, and http handlers from concrete implementations of@loopback/http-server
such as@loopback/http-server-express
and worry only about how to handle controller/route registration, sequence actions, etc.Acceptance Criteria
The text was updated successfully, but these errors were encountered: