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 Short GUID support (#3) #4

Closed
wants to merge 5 commits into from
Closed

Add Short GUID support (#3) #4

wants to merge 5 commits into from

Commits on Feb 27, 2019

  1. Updated deps & tests

    This was still targeting a 2.0 release of Giraffe; this changes it to 3.x, and fixes tests that broke as part of the upgrade (content type now has charset as well)
    danieljsummers committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    04cf1a3 View commit details
    Browse the repository at this point in the history
  2. Added rudimentary Short GUID support (#3)

    This utilizes `ShortGuid.toGuid` on a 22-character `%O` input
    danieljsummers committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    668b1d4 View commit details
    Browse the repository at this point in the history
  3. Added HEAD and OPTIONS methods

    This provides a workaround for #2 - if the route is outside a verb because the user needs these mapped, this lets them explicitly map them
    danieljsummers committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c26f0a2 View commit details
    Browse the repository at this point in the history
  4. Set SDK to 2.2.103

    Looks like AppVeyor doesn't have 104 yet...
    danieljsummers committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    4f2cbd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    366d727 View commit details
    Browse the repository at this point in the history