We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
python requests doc आइकन

0.0.1 by timger


Apr 21, 2016

python requests doc के बारे में

English

अजगर अनुरोधों डॉक्टर

Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.

Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.

Things shouldn't be this way. Not in Python.

>>> r = requests.get('https://api.github.com', auth=('user', 'pass'))

>>> r.status_code

204

>>> r.headers['content-type']

'application/json'

>>> r.text

...

See the same code, without Requests.

Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you.

Features

International Domains and URLs

Keep-Alive & Connection Pooling

Sessions with Cookie Persistence

Browser-style SSL Verification

Basic/Digest Authentication

Elegant Key/Value Cookies

Automatic Decompression

Unicode Response Bodies

Multipart File Uploads

Connection Timeouts

Thread-safety

HTTP(S) proxy support

Installation

To install Requests, simply:

$ pip install requests

Or, if you absolutely must:

$ easy_install requests

But, you really shouldn't do that.

नवीनतम संस्करण 0.0.1 में नया क्या है

Last updated on Apr 21, 2016

python requests doc

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन python requests doc अपडेट 0.0.1

द्वारा डाली गई

عۣۗہلَيۣۗہ آلَحۣۗہيۣۗہآلَيۣۗہ

Android ज़रूरी है

Android 2.3.4+

अधिक दिखाएं

python requests doc स्क्रीनशॉट

टिप्पणी लोड हो रहा है...
भाषाओं
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।