Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
b-admike opened this issue Apr 12, 2018 · 4 comments
Assignees

Comments

@b-admike
Copy link
Contributor

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

@dhmlau dhmlau added the DP3 label Apr 20, 2018
@dhmlau
Copy link
Member

dhmlau commented Apr 20, 2018

The PR from @raymondfeng covered most of the requirements already.

@b-admike
Copy link
Contributor Author

@dhmlau Yes I think so; this story is for the remaining items.

@hacksparrow
Copy link
Contributor

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.

@dhmlau
Copy link
Member

dhmlau commented May 15, 2018

closing as duplicate of #1293.

@dhmlau dhmlau closed this as completed May 15, 2018
@bajtos bajtos self-assigned this May 15, 2018
@bajtos bajtos added the p1 label Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants