We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Middleware and related docs need cleanup and organization
Noted so far:
Clean up middleware
Delete
web3/manager.py -> RequestManager -> default_middlewares
web3/middleware
tests/core/manager
Clean up middleware docs in docs/middlwares.rst:
docs/middlwares.rst
HTTPRequestRetry
Improve middleware docs
The text was updated successfully, but these errors were encountered:
HTTPRequestRetry is in reference to the middleware defined here:
web3.py/web3/middleware/exception_retry_request.py
Line 121 in eabd485
Sorry, something went wrong.
reedsa
pacrob
No branches or pull requests
What was wrong?
Middleware and related docs need cleanup and organization
How can it be fixed?
Noted so far:
Clean up middleware
Delete
inweb3/manager.py -> RequestManager -> default_middlewares
web3/middleware
tootests/core/manager
that verify defaults haven't changedClean up middleware docs
in
docs/middlwares.rst
:HTTPRequestRetry
is in the docs but nowhere in the code? Can be removed?Improve middleware docs
web3/middleware
but not in docsThe text was updated successfully, but these errors were encountered: