- Fix HTTPS deadlock
- Relicense to MIT/Apache-2.0
- Update
ascii
dependency - Fix typo in README
- Fix compilation errors in benchmark
- Update
url
dependency - Update
chunked_transfer
dependency
- Expanded and changed status code description mapping according to IANA registry:
- tiny-http/tiny-http#138
- Update links to reflect repository ownership change: https://github.com/frewsxcv/tiny-http -> https://github.com/tiny-http/tiny-http
- Fix using Transfer-Encoding: identity with no content length
- tiny-http/tiny-http#126
- Update link to documentation
- tiny-http/tiny-http#123
- Fix websockets
- tiny-http/tiny-http#124
- Drop the request reader earlier
- tiny-http/tiny-http#125
- Start using the log crate
- tiny-http/tiny-http#121
- Unblock the accept thread on shutdown
- tiny-http/tiny-http#120
- Fix compilation warnings
- tiny-http/tiny-http#118
- Add try_recv_timeout function to the server
- tiny-http/tiny-http#116
- Update ascii to version 0.7
- tiny-http/tiny-http#114
- Request::respond now returns an IoResult
- tiny-http/tiny-http#110
- HTTPS support
- tiny-http/tiny-http#107
- Rework the server creation API
- tiny-http/tiny-http#106
- Allow binding to a nic by specifying the socket address
- tiny-http/tiny-http#103
- Make Method into an enum instead of a character string
- tiny-http/tiny-http#102