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

Implement some HttpRequest APIs against core #435

Merged
merged 12 commits into from
Feb 16, 2022
Merged

Commits on Feb 14, 2022

  1. Implement some HttpRequest APIs against core

    This implements most of the APIs except the request body and the collection types (i.e. headers and cookies).
    twsouthwick committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e5d603b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3de8ba View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Remove resource file

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7893400 View commit details
    Browse the repository at this point in the history
  2. delinq UserLanguages

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fa5b059 View commit details
    Browse the repository at this point in the history
  3. Don't store RawUrl early

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    766315e View commit details
    Browse the repository at this point in the history
  4. remove extra usings

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a654bf1 View commit details
    Browse the repository at this point in the history
  5. pr feedback

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    cb0db76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b12f3b2 View commit details
    Browse the repository at this point in the history
  7. Update IsLocal

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    00b27b0 View commit details
    Browse the repository at this point in the history
  8. remove unneeded comments

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c4ee544 View commit details
    Browse the repository at this point in the history
  9. Use PathBase.Value

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b5132db View commit details
    Browse the repository at this point in the history
  10. Use StringSegment.Value

    twsouthwick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0c98398 View commit details
    Browse the repository at this point in the history