lib/async/http/protocol/http.rb in async-http-0.68.0 vs lib/async/http/protocol/http.rb in async-http-0.69.0

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true # Released under the MIT License. # Copyright, 2024, by Thomas Morgan. +# Copyright, 2024, by Samuel Williams. require_relative 'http1' require_relative 'http2' module Async