File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ and after the request was made.
101
101
Now, middleware logic can be separated into ``request_processor `` and ``response_processor ``
102
102
functions that enable pre-request and post-response logic, respectively. This change offers
103
103
a simpler, clearer interface for defining middleware, gives more flexibility for
104
- asynchronous operations and also paves the way for supporting batch requests - included in
105
- the roadmap for web3.py.
104
+ asynchronous operations and also paved the way for supporting :ref: `batch_requests `.
106
105
107
106
Major changes for migration are highlighted in this section. Consult the
108
107
:ref: `middleware_internals ` section of the documentation for specifics and examples on
You can’t perform that action at this time.
0 commit comments