python-wellrested icon indicating copy to clipboard operation
python-wellrested copied to clipboard

A client to facilitate simple RESTful requests

Results 2 python-wellrested issues
Sort by recently updated
recently updated
newest added

Some minor adjustments. Added accept to the request and fixed an issue when the url was something like http://xyz.tld/.

class Connection(BaseConnection): def **init**(self, _args, *_kwargs): cache = kwargs.pop('cache', None) timeout = kwargs.pop('cache', None)