HTTPretty icon indicating copy to clipboard operation
HTTPretty copied to clipboard

Support for geventhttpclient

Open sboisson opened this issue 3 years ago • 1 comments

Network calls from geventhttpclient which use native gevent API are not intercepted by HTTPretty

sboisson avatar Aug 06 '21 09:08 sboisson

Hi there, I am the author of mocket, which supports gevent and has a compatibility layer for using it the same way you use HTTPretty. You could give it a try: https://github.com/mindflayer/python-mocket/

mindflayer avatar Sep 01 '21 07:09 mindflayer