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

Injection for requests.Session #148

Commits on Mar 5, 2024

  1. Injection for requests.Session

    This commit enables the optional injection of the requests.Session
    object wrapped by RestSession. Operations teams have use cases for
    modifying the underlying Session behavior, chief of which is to
    tweak the HTTP retry policy. Currently, we're monkey-patching
    our own Session object into the RestSession instance; with this PR,
    we (and other teams) would be able to perform the same thing
    without violating software contracts.I can share code examples of
    how and why we need to do this.
    
    Author: Andrew Schenck <aschenck@cisco.com>
    Andrew Schenck committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0008e98 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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