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

Log request headers #1839

Merged
merged 9 commits into from
Feb 25, 2023
Merged

Log request headers #1839

merged 9 commits into from
Feb 25, 2023

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    a283671 View commit details
    Browse the repository at this point in the history
  2. Print header hash in log message

    Previously, AbstractRequest subclass objects were being printed where a
    hash of headers was expected.
    
    Now, if the headers argument is an instance of the AbstractRequest class
    its headers method will be called and used in the log message.
    kaylareopelle committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    36846d3 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    kaylareopelle committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f587197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    516763f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b28bf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edd3378 View commit details
    Browse the repository at this point in the history
  7. Fix define_method strategy

    * Remove define_method arg
    * Use name instead of __method__
    kaylareopelle committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    236788a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    74358ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a243a4d View commit details
    Browse the repository at this point in the history