Computer Science, asked by bal223, 1 month ago

what does requests (package) does in python?


Answers

Answered by Aʙʜɪɪ69
2

Explanation:

Python requests module has several built-in methods to make Http requests to specified URI using GET, POST, PUT, PATCH or HEAD requests. A Http request is meant to either retrieve data from a specified URI or to push data to a server. It works as a request-response protocol between a client and a server.

Similar questions