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

Add String and &String convert for PathAndQuery #450

Merged
merged 1 commit into from
Dec 8, 2020

Commits on Dec 1, 2020

  1. Add String and &String convert for PathAndQuery

    When building a URI, it is not possible to provide neither String nor
    &String, which is useful when adding a path_and_query from a string
    built using format!.
    
    This commit adds implementation of From<String> and From<&String> for
    PathAndQuery.
    mkindahl committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9a1e4e5 View commit details
    Browse the repository at this point in the history