lib/httpx/plugins/upgrade/h2.rb in httpx-1.1.5 vs lib/httpx/plugins/upgrade/h2.rb in httpx-1.2.0
- old
+ new
@@ -4,10 +4,10 @@
module Plugins
#
# This plugin adds support for upgrading an HTTP/1.1 connection to HTTP/2
# via an Upgrade: h2 response declaration
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Upgrade#h2
+ # https://gitlab.com/os85/httpx/wikis/Connection-Upgrade#h2
#
module H2
class << self
def extra_options(options)
options.merge(upgrade_handlers: options.upgrade_handlers.merge("h2" => self))