lib/async/http/protocol/http.rb in async-http-0.76.0 vs lib/async/http/protocol/http.rb in async-http-0.77.0
- old
+ new
@@ -2,11 +2,11 @@
# Released under the MIT License.
# Copyright, 2024, by Thomas Morgan.
# Copyright, 2024, by Samuel Williams.
-require_relative 'http1'
-require_relative 'http2'
+require_relative "http1"
+require_relative "http2"
module Async
module HTTP
module Protocol
# HTTP is an http:// server that auto-selects HTTP/1.1 or HTTP/2 by detecting the HTTP/2