0.9.0
CHANGES:
- Forward ssl connection details to shuttle_ssl server handlers
- Remove listen and with_connection from shuttle_ssl. Use upgrade_server_connection and upgrade_client_connection with the regular Connection module provided within Shuttle.
- Allow accessing the underlying buffer capacity for channels
- Add helper method that creates server connections using inet sockets
- Reliably schedule stream cleanup for all streaming server responses without forcing users to use any special functions to create the response
- Add one-shot http client
- Setup tcp server within http server module