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

Allow for modification of certain components #70

Merged
merged 1 commit into from Apr 10, 2020
Merged

Commits on Apr 10, 2020

  1. Allow for modification of certain components

    When using the URIBulider, it's plausible that one would want to use a
    base URI and then modify components like the path and query string
    without replacing them wholesale. Let's add two methods for that as well
    as a convenience method to replace the `.finalize().unsplit()` dance.
    
    This updates our docs to be a bit friendlier and adds release notes for
    this change.
    
    Closes #29
    sigmavirus24 committed Apr 10, 2020
    Copy the full SHA
    a38427f View commit details
    Browse the repository at this point in the history