treq icon indicating copy to clipboard operation
treq copied to clipboard

Python requests like API built on top of Twisted's HTTP client.

Results 77 treq issues
Sort by recently updated
recently updated
newest added

Great library, I am looking forward to using it. It took me a bit longer to get it working because I had to figure out what handler like print_repsonse might...

Often the question about a response is not "what is the exact response code", but simply "did it succeed". It would be nice if treq could answer this question.

When using treq i've noticed that often times it is unable to get the length of the response. Reproducible Using: ``` python import requests import treq def done(response): print(response.length) reactor.stop()...

Death to those twisted monkeys for naming their garbage programs with disgusting & racist & childish (I'm referring to that stupid 6-letter word which comes after that stupid kiddish program...

Death to twisted loser slave devs. Death to those monkeys for naming their garbage programs with disgusting & racist & childish (I'm referring to that stupid 6-letter word which comes...

Death to twisted loser slave devs. Death to those monkeys for naming their garbage programs with disgusting & racist & childish (I'm referring to that stupid 6-letter word which comes...

Death to twisted loser clown devs. Death to those monkeys for naming their garbage programs with disgusting & racist & childish (I'm referring to that stupid 6-letter word which comes...

There are two uses of the `cgi` module in treq: 1. One use of `cgi.parse_header()` in `treq.content` — [suggested replacement is `email.message.Message`](https://peps.python.org/pep-0594/#cgi) 2. One use of `cgi.parse_multipart()` in `treq.test.test_multipart` —...

httpbin, which is used by treq's test suite (but not elsewhere), [hasn't seen a release since 2018](https://pypi.org/project/httpbin/#history). The ecosystem of libraries it relies on is accumulating changes. Without maintenance it...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies