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 Vert.x as the basis for all HTTP #3506

Merged
merged 1 commit into from
Aug 17, 2019

Conversation

stuartwdouglas
Copy link
Member

This moves to the new Vert.x based Undertow branch. All HTTP trafic
is not routed through Vert.x, with Undertow providing a Servlet
implementation on top of this.

This allows for a common HTTP layer where all HTTP endpoints can
be configured in a unified manner, including things like security,
logging etc.

@stuartwdouglas stuartwdouglas force-pushed the quakus-http branch 7 times, most recently from 7e5b863 to 7ac2a5b Compare August 16, 2019 12:16
This moves to the new Vert.x based Undertow branch. All HTTP trafic
is not routed through Vert.x, with Undertow providing a Servlet
implementation on top of this.

This allows for a common HTTP layer where all HTTP endpoints can
be configured in a unified manner, including things like security,
logging etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants