package shuttle_ssl

  1. Overview
  2. Docs
Async_ssl support for shuttle

Install

Dune Dependency

Authors

Maintainers

Sources

shuttle-0.6.0.tbz
sha256=1f239dd21dfe5ed0f46c047856618429cc351bcb11e85e8191169431e5e89391
sha512=07d575f812910f6d34d751eb6e4ab1165df3e2c58df8edd879963e72617430e278b32a5c4493262abfc5bccfb1928e49b5fb957db730ae5d30bdd9335a9cdcdb

CHANGES.md.html

0.6.0

  • Increase upper bound for core/async to 0.15.0

0.5.0

  • Remove Buffer_is_full in favor of Bytebuffers that can grow upto a user provided max size

  • Flush operations reports if the write operations encountered an error

  • Reliably wakeup pending flushes when there is an error encountered while flushing pending bytes

0.4.0

  • Remove Bytebuffer from public api

  • Deprecate schedule_bigstring, write_string

  • Support reading lines from an input channel

  • Use Core_unix.IOVec to represent a view inside the input channel

  • Support file descriptors that don't support nonblocking IO

  • Remove the read_one_chunk_at_a_time interface from input channel

  • Switch to 0.15 series of core and async

0.3.1

  • Add support for using format strings for writing to an output channel.

  • Remove support for deferred responses from chunked reader callbacks.

  • Add a new shuttle_http library that implements a driver for httpaf server_connection.

0.3.0

  • Support creating a reader pipe from Input_channel.

  • Support creating a writer pipe from Output_channel.

  • Support encrypted channels using async_ssl.

0.2.0

  • Support deferred's in Input_channel.read_one_chunk_at_a_time

  • Support writing characters to output channels

0.1.0

  • Initial release