Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rs/cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: rs/cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 11, 2018

  1. improve performance of wildcard domain matching (#70)

    Instead of concatenating two strings to find their combined length, just
    add their lengths.
    jeremyhuiskamp authored and rs committed Oct 11, 2018
    Copy the full SHA
    a3460e4 View commit details

Commits on Jan 16, 2019

  1. Swap to http.Method constants (#75)

    leverage http method constants
    syntaqx authored and rs committed Jan 16, 2019
    Copy the full SHA
    76f58f3 View commit details

Commits on Jun 13, 2019

  1. Allow to use custom logger (#82)

    gearnode authored and rs committed Jun 13, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4763a1f View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    33ffc07 View commit details

Commits on Jul 8, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f210262 View commit details

Commits on Jul 9, 2019

  1. Add CORS headers to non-preflight OPTIONS too (#85)

    Non preflight OPTIONS requests should work with CORS too.
    This change is removing abort in actual request CORS handler for
    OPTIONS request, so the client can receive the necessary headers
    on such request.
    pjediny authored and rs committed Jul 9, 2019
    Copy the full SHA
    db0fe48 View commit details
Loading