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: emicklei/go-restful
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.0
Choose a base ref
...
head repository: emicklei/go-restful
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    a22b51d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. fix typo (#465)

    jjmengze authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    0d68a53 View commit details
    Browse the repository at this point in the history
  2. add access to Route from Request, issue #459 (#462)

    * add access to Route from Request
    
    * add RouteReader
    emicklei committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    1e8c63c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    d9c71e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. use exact matching of allowed domain entries, issue #489 (#493) (#503)

    * use exact matching of allowed domain entries, issue #489
    
    * update doc, add testcases from PR conversation
    
    * introduce AllowedDomainFunc #489
    
    * more tests, fix doc
    
    * lowercase origin before checking cors
    
    Co-authored-by: Ernest Micklei <[email protected]>
    L3n41c and emicklei authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9266625 View commit details
    Browse the repository at this point in the history
  2. update changes

    emicklei committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ac666c0 View commit details
    Browse the repository at this point in the history
Loading