Metadata-Version: 2.1
Name: request_tester
Version: 0.18
Summary: This is a simple HTTP interceptor. 
Author-email: nejdetckenobi <nejdetyucesoy@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Home, https://github.com/nejdetckenobi/request_tester

# request_tester

A small interceptor for HTTP requests.

## How to install it?

```
pip install request_tester
```

## How to use it?

Open up a terminal window and type:

```
python -m request_tester --to_host "httpbin.org" 8000
```

Then go to `localhost:8000/image/jpeg`

Check your browser if the data is loaded.
Check your terminal to see the request/response data.

