Metadata-Version: 2.1
Name: httpdbg
Version: 0.0.3
Summary: A very simple tool to debug HTTP client requests
Home-page: https://github.com/cle-b/httpdbg
Author: cle-b
Author-email: cle@tictac.pm
License: UNKNOWN
Description: # httpdbg
        
        A very simple tool to debug HTTP client requests
        
        ## installation 
        
        ```
        pip install httpdbg
        ```
        
        ## usage
        
        Open an interactive console with the following command
        
        ```
        python -m httpdbg
        ```
        
        Perform HTTP requests (using the requests library for example).
        
        You can inspect the HTTP requests directly in your web browser at http://localhost:5000.
        
        ## thanks
        
        httpdbg is based on [VCR.py](https://vcrpy.readthedocs.io/). Thanks to Kevin McCarthy and to all the contributors of [VCR.py](https://github.com/kevin1024/vcrpy) for this awesome library.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
