lib/httpx/plugins/compression.rb in httpx-0.21.1 vs lib/httpx/plugins/compression.rb in httpx-0.22.0
- old
+ new
@@ -8,10 +8,10 @@
# * Compresses the request body when passed a supported "Content-Encoding" mime-type;
# * Decompresses the response body from a supported "Content-Encoding" mime-type;
#
# It supports both *gzip* and *deflate*.
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Compression
+ # https://gitlab.com/os85/httpx/wikis/Compression
#
module Compression
class << self
def configure(klass)
klass.plugin(:"compression/gzip")