Requests (software)

Requests is an HTTP client library for the Python programming language.[2][3]

Requests
Original author(s)Kenneth Reitz
Developer(s)Cory Benfield, Ian Stapleton Cordasco, Nate Prewitt
Initial release14 February 2011 (2011-02-14)
Stable release
2.31.0[1] Edit this on Wikidata / 22 May 2023 (22 May 2023)
Repositorygithub.com/psf/requests
Written inPython
LicenseApache License 2.0
Websiterequests.readthedocs.io

Requests is one of the most, if not the most, popular Python libraries that is not included with Python due to its elegant mapping of the HTTP protocol onto Python's object-oriented semantics. Requests's design has inspired and been copied by HTTP client libraries for other programming languages.[4][5][6][7] It is implemented as a wrapper for urllib3, another third-party Python HTTP library.

Kenneth Reitz, the original author, handed control over to the Python Software Foundation in 2019[8] after being diagnosed with bipolar disorder in 2015.[9]

References

  1. "Release 2.31.0". 22 May 2023. Retrieved 30 May 2023.
  2. Project homepage
  3. Beazly, David (April 2012). "R is for replacement" (PDF). Login. 37 (2). Retrieved 16 May 2020.
  4. "Requests for PHP | Requests for PHP". requests.ryanmccue.info. Retrieved 2023-06-07.
  5. "Tools for Working with URLs and HTTP". httr.r-lib.org. Retrieved 2023-06-07.
  6. Duan, Daniel (2023-06-03), Just, retrieved 2023-06-07
  7. httprb/http, http.rb, 2023-06-06, retrieved 2023-06-07
  8. "Project maintainence · Issue #5149 · psf/requests". GitHub. Retrieved 2023-06-07.
  9. "MentalHealthError: an exception occurred". Kenneth Reitz. Retrieved 2023-06-07.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.