lib/httpx/plugins/h2c.rb in httpx-0.4.0 vs lib/httpx/plugins/h2c.rb in httpx-0.4.1

- old
+ new

@@ -1,12 +1,13 @@ # frozen_string_literal: true module HTTPX module Plugins # - # This plugin adds support for upgrading a plaintext HTTP/1.1 connection to HTTP/2. + # This plugin adds support for upgrading a plaintext HTTP/1.1 connection to HTTP/2 + # (https://tools.ietf.org/html/rfc7540#section-3.2) # - # https://tools.ietf.org/html/rfc7540#section-3.2 + # https://gitlab.com/honeyryderchuck/httpx/wikis/Follow-Redirects # module H2C def self.load_dependencies(*) require "base64" end