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

Response header flat 73980 #89

Closed
wants to merge 6 commits into from
Closed

Commits on Oct 28, 2024

  1. - new response field header_flat:

      - map of strings with (concatenated) header values
      - contains the same values as the header, but not in arrays
      - :control can be used on different header values
    - removed unused body:control and header:control from code, check was never implemented
    
    see #73980
    Philipp Hempel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d341bfd View commit details
    Browse the repository at this point in the history
  2. replaced usage of obsolete ioutil functions

    Philipp Hempel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    536312f View commit details
    Browse the repository at this point in the history
  3. replaced errors.Wrap and other obsolete functions

    Philipp Hempel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    27423dc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. support header string + array for request & response

    Also, support ":control" in header for the flattened version.
    
    see #73980
    martinrode committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    66c865b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    634e16e View commit details
    Browse the repository at this point in the history
  2. Readme: added paragraph about body:control; see #73980

    Philipp Hempel committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    031169b View commit details
    Browse the repository at this point in the history