lib/async/http/protocol/https.rb in async-http-0.76.0 vs lib/async/http/protocol/https.rb in async-http-0.77.0
- old
+ new
@@ -2,13 +2,13 @@
# Released under the MIT License.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2019, by Brian Morearty.
-require_relative 'http10'
-require_relative 'http11'
+require_relative "http10"
+require_relative "http11"
-require_relative 'http2'
+require_relative "http2"
module Async
module HTTP
module Protocol
# A server that supports both HTTP1.0 and HTTP1.1 semantics by detecting the version of the request.