lib/httpx/plugins/response_cache.rb in httpx-0.21.1 vs lib/httpx/plugins/response_cache.rb in httpx-0.22.0
- old
+ new
@@ -3,10 +3,10 @@
module HTTPX
module Plugins
#
# This plugin adds support for retrying requests when certain errors happen.
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Response-Cache
+ # https://gitlab.com/os85/httpx/wikis/Response-Cache
#
module ResponseCache
CACHEABLE_VERBS = %i[get head].freeze
CACHEABLE_STATUS_CODES = [200, 203, 206, 300, 301, 410].freeze
private_constant :CACHEABLE_VERBS