You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is convenient for simply requesting and response handling, but it's tricky if you want to hook the request will be sent or the response we received.
Here are my suggestions:
Add a Req method for Session
Export buildRequest and send request in other place, like requests in Python
Export buildResponse for external response packging
The text was updated successfully, but these errors were encountered:
This project is convenient for simply requesting and response handling, but it's tricky if you want to hook the request will be sent or the response we received.
Here are my suggestions:
Req
method forSession
buildRequest
and send request in other place, likerequests
in PythonbuildResponse
for external response packgingThe text was updated successfully, but these errors were encountered: