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

feat(http): improve HTTPClient rate limiting behavior #1084

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2023

  1. Initial Commit

    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    545ce17 View commit details
    Browse the repository at this point in the history
  2. At least this is better than pyright.

    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    222a693 View commit details
    Browse the repository at this point in the history
  3. I thought there wasn't a pyright for a minute. Sadge.

    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fd125a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee34976 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. apply rename suggestions by EmreTech

    Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>
    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame and EmmmaTech committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b2a3dd6 View commit details
    Browse the repository at this point in the history
  2. apply mod of EmreTech's rename suggestion, apply one I forgot to batc…

    …h commit.
    
    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    262ce20 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add docstrings to HTTPClient.request() and HTTPClient._make_headers()…

    …, add retry_request kwarg to HTTPClient.request()
    
    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dea8091 View commit details
    Browse the repository at this point in the history
  2. Does pdm run nox -R, did pyright update or something because it error…

    …ed on something that it was cool with earlier?
    
    Signed-off-by: Alex Schoenhofen <alexanderschoenhofen@gmail.com>
    alentoghostflame committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    148b326 View commit details
    Browse the repository at this point in the history