3e7b6b9535
Requests is an ISC Licensed HTTP library, written in Python, for human beings. Requests allow you to send HEAD, GET, POST, PUT, PATCH, and DELETE HTTP 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 urllib2, but it does all the hard work and crazy hacks for you. fixed regress tests and ok rpointel@
9 lines
385 B
Plaintext
9 lines
385 B
Plaintext
Requests is an ISC Licensed HTTP library, written in Python, for human
|
|
beings.
|
|
|
|
Requests allow you to send HEAD, GET, POST, PUT, PATCH, and DELETE HTTP
|
|
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 urllib2, but it does all the hard work
|
|
and crazy hacks for you.
|