tiny_http 0.5.1

Low level HTTP server library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changes

## 0.5.0

* HTTPS support
 * https://github.com/frewsxcv/tiny-http/pull/107
* Rework the server creation API
 * https://github.com/frewsxcv/tiny-http/pull/106

## 0.4.1

* Allow binding to a nic by specifying the socket address
 * https://github.com/frewsxcv/tiny-http/pull/103

## 0.4.0

* Make Method into an enum instead of a character string
 * https://github.com/frewsxcv/tiny-http/pull/102