Sha256: 646876a9398e182808a76aa7cf4c401e4d9cdd1f61fefb04ba0a4db20454d57c
Contents?: true
Size: 273 Bytes
Versions: 13
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2018-2024, by Samuel Williams. require "protocol/http/body/writable" require "async/queue" module Async module HTTP module Body Writable = ::Protocol::HTTP::Body::Writable end end end
Version data entries
13 entries across 13 versions & 1 rubygems