module Async
module Async::HTTP
module Async::HTTP::BufferedBody::Reader
module Async::HTTP::Protocol
module Async::HTTP::Protocol::HTTPS
class Async::HTTP::Body
class Async::HTTP::BufferedBody
class Async::HTTP::ChunkedBody
class Async::HTTP::Client
class Async::HTTP::FixedBody
class Async::HTTP::Pool
class Async::HTTP::Protocol::HTTP1
class Async::HTTP::Protocol::HTTP10
class Async::HTTP::Protocol::HTTP11
class Async::HTTP::Protocol::HTTP2
class Async::HTTP::Request
class Async::HTTP::Response
class Async::HTTP::Server
class Async::HTTP::URLEndpoint
class OpenSSL::SSL::SSLContext
class OpenSSL::SSL::SSLSocket
async-http
0.17.1
# initialize
def initialize(length, stream) @length = length @remaining = length @stream = stream end