lib/httpx/plugins/expect.rb in httpx-0.21.1 vs lib/httpx/plugins/expect.rb in httpx-0.22.0
- old
+ new
@@ -3,10 +3,10 @@
module HTTPX
module Plugins
#
# This plugin makes all HTTP/1.1 requests with a body send the "Expect: 100-continue".
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Expect#expect
+ # https://gitlab.com/os85/httpx/wikis/Expect#expect
#
module Expect
EXPECT_TIMEOUT = 2
class << self