# Changes
## 0.5.3
* Add try_recv_timeout function to the server
* https://github.com/frewsxcv/tiny-http/pull/116
## 0.5.2
* Update ascii to version 0.7
* https://github.com/frewsxcv/tiny-http/pull/114
## 0.5.1
* Request::respond now returns an IoResult
* https://github.com/frewsxcv/tiny-http/pull/110
## 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