A open-source, french, simple and fully free HTTP client.

GET Requests
POST Requests
PUT Requests
DELETE Requests
GET Requests (with bearer token)
POST Requests (with bearer token)
PUT Requests (with bearer token)
DELETE Requests (with bearer token)
git clone https://github.com/Sender-py/cli.git
pip install -r requirements.txtpython sender.py get --t example.com
python sender.py post --t example.com --data '{"key": "value"}'
python sender.py getwithtoken --t example.com --auth "Bearer token"Open-Source
Bearer-Tokens Friendly
Fully Free