Audience

Teams, individuals and developers looking for a solution providing a HTTP library to send requests

About requests

Requests is a simple, yet elegant, HTTP library. 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! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories. You may certainly put your trust in this code. Requests is available on PyPI. Requests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today. Automatic content decompression and decoding. International domains and URLs. Sessions with cookie persistence. Browser-style TLS/SSL verification. Basic & digest authentication, and familiar dict–like cookies. Multi-part file uploads. SOCKS proxy support. Connection timeouts and streaming downloads.

Pricing

Starting Price:
Free
Free Version:
Free Version available.

Integrations

Ratings/Reviews - 1 User Review

Overall 5.0 / 5
ease 5.0 / 5
features 5.0 / 5
design 5.0 / 5
support 5.0 / 5

Company Information

Python Software Foundation
United States
pypi.org/project/requests/

Videos and Screen Captures

requests Screenshot 1
You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.

Product Details

Platforms Supported
Windows
Mac
Linux
Training
Documentation
Webinars
Videos
Support
Online

requests Frequently Asked Questions

Q: What kinds of users and organization types does requests work with?
Q: What languages does requests support in their product?
Q: What kind of support options does requests offer?
Q: What type of training does requests provide?
Q: How much does requests cost?

requests Product Features

requests Reviews

Write a Review
  • A requests User
    Principal Software Engineer
    Used the software for: 1-2 Years
    Frequency of Use: Daily
    User Role: User, Administrator, Deployment
    Company Size: 100 - 499
    Design
    Ease
    Features
    Pricing
    Support
    Probability You Would Recommend?
    1 2 3 4 5 6 7 8 9 10

    "One of the most helpful Python libraries available"

    Posted 2022-08-05

    Pros: - 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

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

    Overall: 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.

    Read More...