The Wayback Machine - https://web.archive.org/web/20201201012236/https://github.com/microsoft/cpprestsdk/pull/958/commits
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 uri_builder::append_path_raw(...) to allow adding elements to path intentionally beginning with '/' ("//" will results in the final path value) #958

Merged
merged 14 commits into from Nov 12, 2018

Commits on Nov 7, 2018

  1. add append_path_raw() to uri_builder

    dangrif committed Nov 7, 2018
  2. modify implementation details

    dangrif committed Nov 7, 2018
  3. Merge branch 'master' into uri_builder_raw_append

    dangrif committed Nov 7, 2018
  4. modified test case

    dangrif committed Nov 7, 2018

Commits on Nov 8, 2018

  1. Merge branch 'uri_builder_raw_append' of https://github.com/Microsoft…

    …/cpprestsdk into uri_builder_raw_append
    dangrif committed Nov 8, 2018
  2. update submodule to vcpkg master due to the NuGet hash changes

    dangrif committed Nov 8, 2018

Commits on Nov 11, 2018

  1. Avoid double encoding through set_path and add tests. Extract single …

    …slash string comparison. Reduce string copy count. Add VS Code settings and launch.
    BillyONeal committed Nov 11, 2018
  2. Avoid self references.

    BillyONeal committed Nov 11, 2018
You can’t perform that action at this time.