Skip to content
EntityQ22661317· pop 7· linked from 3 articles

software library for HTTP connection in Python

Source code

Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data — but nowadays, just use the json method! When cloning the Requests repository, you may need to add the -c fetch.fsck.badTimezone=ignore flag to avoid an error about a bad commit timestamp (see this issue for more background):

Excerpt from the source-code README · 2,893 chars · not written by Vinony

Wikidata facts

Official website
requests.readthedocs.io
Show 2 more facts
source code repository URL
github.com/psf/requests
software version identifier
2.33.1
Sources (9)

via Wikidata · CC0

Available in 6 languages

via Wikidata sitelinks · CC0

Connections

Categories