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

fix(#210): Provide a method to return all headers (not only first header) of a given key #211

Merged
merged 7 commits into from Aug 26, 2021

Commits on Aug 24, 2021

  1. fix(go-openapi#210): Provide a method to return all headers (not only…

    … first header) for a given key in response.go
    
    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 24, 2021
    Copy the full SHA
    fab3b83 View commit details
    Browse the repository at this point in the history
  2. also change the interface

    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 24, 2021
    Copy the full SHA
    bf99f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. chore: review

    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 25, 2021
    Copy the full SHA
    c57b290 View commit details
    Browse the repository at this point in the history
  2. fix: Tests

    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 25, 2021
    Copy the full SHA
    c06fc6b View commit details
    Browse the repository at this point in the history
  3. chore: add unit test for new method

    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 25, 2021
    Copy the full SHA
    defe668 View commit details
    Browse the repository at this point in the history
  4. fix: client_response_test

    Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
    moenning committed Aug 25, 2021
    Copy the full SHA
    4487be0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4444a78 View commit details
    Browse the repository at this point in the history