An open API service indexing awesome lists of open source software.

https://github.com/alexxit/arequests


https://github.com/alexxit/arequests

Last synced: about 1 year ago
JSON representation

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`