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

Simplified Request URI handling #67

Closed
testinfected opened this issue Sep 27, 2017 · 0 comments
Closed

Simplified Request URI handling #67

testinfected opened this issue Sep 27, 2017 · 0 comments
Milestone

Comments

@testinfected
Copy link
Owner

Leverage URI to handle scheme, host, port, path, query and fragment all at once.

URI components should be read from the request URI rather than mutated individually.

@testinfected testinfected added this to the v0.13.0 milestone Sep 27, 2017
testinfected added a commit that referenced this issue Sep 28, 2017
Add a `Uri` immutable class to help deconstruct and manipulate URIs

See #67
testinfected added a commit that referenced this issue Sep 29, 2017
Use the new `Uri` class to reconstruct the full request uri in both
Simple and Undertow server. Provides sensible defaults when
creating a new `Request`.

See #67
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