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

HTTP2 Transport #6

Open
blakeembrey opened this issue Jan 25, 2017 · 0 comments
Open

HTTP2 Transport #6

blakeembrey opened this issue Jan 25, 2017 · 0 comments

Comments

@blakeembrey
Copy link
Member

Support for HTTP2 as a transport layer. E.g. createServer(app, 3000, () => console.log('server started')) where typeof app is (req: Request, next: () => Promise<Response>) => Promise<Response>. Will need to extend Request with some HTTP 2.0 goodness like .push, where it should accept standard Response objects over general interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant