httpdbg - Python के HTTP client request trace और debugging tool
(github.com/cle-b)- Python डेवलपर्स को अपने Python प्रोग्राम से किए गए HTTP(S) requests को आसानी से debug करने में मदद करने वाला टूल
- कोई dependency नहीं, कोई setup नहीं, और न ही superuser permission या code changes की ज़रूरत
python filename.pyकी जगहpyhttpdbg filename.pyसे Python प्रोग्राम चलाने के बादhttp://localhost:4909पर जाकर पूरे request देखे जा सकते हैं- प्रमुख package initiator support: requests, urllib3, httpx, aiohttp, pytest
1 टिप्पणियां
लगता है यह सिर्फ़ Python पर ही काम करता है,,