https://github.com/alexxit/arequests
https://github.com/alexxit/arequests
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexxit/arequests
- Owner: AlexxIT
- Created: 2019-03-29T17:55:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T17:51:53.000Z (about 7 years ago)
- Last Synced: 2025-02-05T16:16:52.890Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async wrapper for requests library
## Changelog
### 0.1.3 - 2019-05-03
- Add `fake` option for fake `User-Agent` and `Referer`
### 0.1.2 - 2019-04-20
- Rename `body` to `content`
- Add `Session.params`
### 0.1.1
- Add `Session.post` and `Session.close`