tinyquest 0.2.0

A small library used for making HTTP requests. It interacts with native-tls to be as small as possible, as it is used in small CLI's
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

All notable changes to this project will be documented in this file.

## 0.2.0 - 2020-09-25

### Fixed

- Chunked encoding is now properly decoded

## 0.1.0 - 2020-09-12

### Added

- Initial release
- Basic functionality to make HTTP requests with the OS's built in SSL service