The Wayback Machine - https://web.archive.org/web/20201201012353/https://github.com/microsoft/cpprestsdk/pull/897/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

added URI resolution according to RFC3986 #897

Merged
merged 6 commits into from Oct 10, 2018

Commits on Oct 9, 2018

  1. fixed std::wstring -> utility::string_t

    Pavel Novikov
    Pavel Novikov committed Oct 9, 2018
  2. fixed literals

    Pavel Novikov
    Pavel Novikov committed Oct 9, 2018

Commits on Oct 10, 2018

  1. implemented suggestions by @BillyONeal;

    improved doc, cleaned up code, ensured line ending consistency
    Pavel Novikov
    Pavel Novikov committed Oct 10, 2018
  2. Make dotSegment and dotDotSegment global constants to pay for their c…

    …onstruction once instead of every call.
    BillyONeal committed Oct 10, 2018
You can’t perform that action at this time.