Skip to content

Switch to using a Session object for HTTP requests #2

Closed
@johnwmillr

Description

I propose switching to a Session object from the requests library for the package's HTTP requests. We're currently opening a new connection to the same host for each request. Making this switch would allow some parameters to persist between a users's requests, which may be friendlier to the Pitchfork server.

I'd be able to handle the switch over to the requests library, but I'll try to think some more first on whether it really makes sense to make the change.

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions