lib/protocol/http1/body/chunked.rb in protocol-http1-0.16.0 vs lib/protocol/http1/body/chunked.rb in protocol-http1-0.16.1
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
# Released under the MIT License.
-# Copyright, 2019-2022, by Samuel Williams.
+# Copyright, 2019-2023, by Samuel Williams.
+# Copyright, 2023, by Thomas Morgan.
require 'protocol/http/body/readable'
module Protocol
module HTTP1