Module: HTTPX::Plugins::ResponseCache::RequestMethods

Defined in:
lib/httpx/plugins/response_cache.rb

Instance Method Summary collapse

Instance Method Details

#response_cache_keyObject



98
99
100
# File 'lib/httpx/plugins/response_cache.rb', line 98

def response_cache_key
  @response_cache_key ||= Digest::SHA1.hexdigest("httpx-response-cache-#{@verb}-#{@uri}")
end