0.8.0
CHANGES:
- Revive the http codec as a new shuttle_http package
- Http codec supports a timeout for reading Request headers
- Server module reports a deferred that resolves when the server context closes. This can be usedul to register cleanup actions that should run when a server connection is torn down.
- Using the utility methods within the Server module to create responses ensures that streams are torn down if the server connection is closed before a stream was fully consumed.