sig/plugins/response_cache.rbs in httpx-0.22.5 vs sig/plugins/response_cache.rbs in httpx-0.23.0

- old
+ new

@@ -1,8 +1,8 @@ module HTTPX module Plugins module ResponseCache - CACHEABLE_VERBS: Array[Symbol] + CACHEABLE_VERBS: Array[verb] def self?.cacheable_request?: (Request request) -> bool def self?.cacheable_response?: (response response) -> bool def self?.cached_response?: (response response) -> bool \ No newline at end of file