:rocket: Added
- Usual shortcuts to `HTTPAdapter.requests(method, ...)`: `.get`, `.options`, `.head`,
`.post`, `.put`, `.patch`, `.delete`
- Add `BasicAuth` and `NoAuth` helpers for HTTP authorization management
- `HTTPBodyEncoding` support for conversion of more object types: in addition to
`None`/`bytes`/`str`, add support for `bool`/`int`/`float`, as well as
`list`/`tuple`/`set`/`dict` of other supported types (recursively).
:memo: Documentation
- First version of the documentation
:house: Internal
- Necessary code changes following dev dependency update: mypy
- Fix a badge shield URL in readme