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 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