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

Use node HTTP-parser #6

Closed
tanner0101 opened this issue Jan 26, 2016 · 2 comments
Closed

Use node HTTP-parser #6

tanner0101 opened this issue Jan 26, 2016 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tanner0101
Copy link
Member

Look into using https://github.com/nodejs/http-parser with a module map for HTTP parsing.

@tanner0101 tanner0101 added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2016
@rabc
Copy link

rabc commented Jan 28, 2016

Using Zewo's HTTPParser is an option?

@tanner0101
Copy link
Member Author

@rabc That would also be an option.

My main concern is ensuring that Vapor doesn't rely on users installing any C libraries to get up and running. I'm still trying to find a good solution for this.

rosslebeau pushed a commit to rosslebeau/vapor that referenced this issue May 14, 2016
Fix unthrown for View() in main.swift:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants