requests Description

Requests is an elegant and simple HTTP library. Requests makes it easy to send HTTP/1.1 queries. You don't need to manually add query strings or form-encode your PUT and POST data to your URLs. Instead, you can use the JSON method. Requests is the most downloaded Python package today, pulling in approximately 30M downloads per week, according to GitHub. Requests is currently dependent upon 1,000,000+ repositories. This code is certainly worth your trust. PyPI has Requests. Requests is available to meet the demands of building reliable and robust HTTP-speaking applications for today's needs. Automated content decompression and decoding. International URLs and domains. Sessions with cookie persistence. Browser-style TLS/SSL verification. Basic and digest authentication, as well as familiar dict-like cookies. Multi-part file uploads. SOCKS proxy support. Connection timeouts and streaming downloading.

Pricing

Pricing Starts At:
Free
Free Version:
Yes

Integrations

Reviews - 1 Verified Review

Total
ease
features
design
support

Company Details

Company:
Python Software Foundation
Headquarters:
United States
Website:
pypi.org/project/requests/

Media

requests Screenshot 1
You Might Also Like
Secure your business by securing your people. Icon
Secure your business by securing your people.

Over 100,000 businesses trust 1Password

Take the guesswork out of password management, shadow IT, infrastructure, and secret sharing so you can keep your people safe and your business moving.

Product Details

Platforms
Windows
Mac
Linux
Type of Training
Documentation
Webinars
Videos
Customer Support
Online

requests Features and Options

requests User Reviews

Write a Review
  • Name: Anonymous (Verified)
    Job Title: Principal Software Engineer
    Length of product use: 1-2 Years
    Used How Often?: Daily
    Role: User, Administrator, Deployment
    Organization Size: 100 - 499
    Features
    Design
    Ease
    Pricing
    Support
    Likelihood to Recommend to Others
    1 2 3 4 5 6 7 8 9 10

    One of the most helpful Python libraries available

    Date: Aug 05 2022

    Summary: Requests is one of the most useful Python libraries out there, making it possible to make HTTP requests simply and without a ton of boilerplate code.

    Positive: - allows you to send HTTP requests easily, without having to build a query string yourself, or to form-encode POST data
    - really simplified API makes it much faster to write code
    - supports sessions with cookie persistence
    - deep configuration options allow for setting up your HTTP client the way you like it
    - free

    Negative: - documentation is very thorough and high quality but a bit hard to parse due to its site layout.

    Read More...