-
Notifications
You must be signed in to change notification settings - Fork 10
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
Undertow Adapter #53
Labels
Milestone
Comments
testinfected
added a commit
that referenced
this issue
Nov 2, 2016
We'd like a compatibility test suite for servers to introduce other server adapters, such as undertow. See #53
testinfected
added a commit
that referenced
this issue
Nov 2, 2016
Server should support query params, form encoded params, multi part params. See #53
testinfected
added a commit
that referenced
this issue
Nov 2, 2016
Simple remains the default adapter for the web server for the time being, but we might make undertow the default in the future since my own benchmarks show that undertow gets 3 times the throughput. See #53
testinfected
added a commit
that referenced
this issue
Nov 2, 2016
We need to load the Server class dynamically to avoid We can therefore remove the need for different factory methods for the web server and rely instead on a single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide a server adapter for Undertow. Undertow is a performant web server written in java based on NIO.
The text was updated successfully, but these errors were encountered: