Skip to content

replace urllib with requests

Fjen Undso requested to merge requests into master

This replaces the urllib library with requests.

Benefits are the better error handling, native json support and tcp connection reuse.

Merge request reports