python-restconsumer
python-restconsumer copied to clipboard
Add a default of Accept:application/json
While its easy to add headers={"Accept": "application/json"}), adding that as default may be a good idea, as we are only handling json data.