Skip to content

All HTTP clients should use "requests" package #80

@justb4

Description

@justb4

In particular httpoutput uses httplib which relies on urllib and only supports HTTP/1.0 which causes problems in some setups.

Better is to use the requests package, also has a simpler programming model.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions