Skip to content

Refactor http layer constructs and logic out of the @loopback/rest to @loopback/http-server #1253

@b-admike

Description

@b-admike

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions