issues
search
sourcelevel
/
faraday-http-cache
A Faraday middleware that respects HTTP cache
Other
343
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support headers passed in using string keys when Vary header is in a different case
#137
evman182
closed
10 months ago
3
When checking headers specified in Vary, the header names should be checked with a fallback to downcasing
#136
evman182
closed
10 months ago
2
Create Cambio
#135
Vichugo1995
closed
1 year ago
0
Add http reason phrase to cache
#134
ethanis
closed
1 year ago
3
dependency on faraday_middleware, which is deprecated/obsolete
#133
Apteryks
opened
1 year ago
2
[ByVary] Use unique and sorted headers from the Vary header
#132
skryukov
closed
2 years ago
0
[BaseStrategy] require 'logger'
#131
NickLaMuro
closed
2 years ago
0
Introduce new Vary strategy
#130
skryukov
closed
2 years ago
0
Add support for Ruby 3.0+
#129
skryukov
closed
2 years ago
1
Introduce GitHub Actions and Update Rubocop
#128
skryukov
closed
2 years ago
1
Add ability to use headers from `Vary` as part of cache keys
#127
skryukov
closed
2 years ago
5
Allow to cache 204 responses
#126
mjobin-mdsol
closed
2 years ago
0
Fix typo in comment example
#125
Yuki-Inoue
closed
2 years ago
0
Caching Response that do not return cache-control headers
#124
Physium
closed
3 years ago
1
Extract statistics on cache usage
#123
mjobin-mdsol
opened
3 years ago
0
Add Ruby 2.7 and 3.0 to CI
#122
ybiquitous
closed
2 years ago
6
Provide option to limit number of cached entries per key
#121
tjwallace
closed
2 years ago
1
gemspec: Update homepage URL to "sourcelevel" user
#120
olleolleolle
closed
4 years ago
1
README: Use the "sourcelevel" user in build badge
#119
olleolleolle
closed
4 years ago
0
Support Faraday 1.0
#118
ybiquitous
closed
4 years ago
12
Release a new version maybe?
#117
miccheng
closed
4 years ago
1
Fallback to :response_body if :body is not set (faraday 1.0 support)
#116
CGA1123
closed
4 years ago
4
RFC2616 13.4 Response Cacheability
#115
bino98
opened
5 years ago
0
Broken with faraday 0.16.x
#114
tjwallace
closed
4 years ago
1
Fixed typo in http_cache.rb
#113
bino98
closed
5 years ago
2
Cache entries can grow unbounded
#112
casperisfine
opened
5 years ago
6
Revalidate rather than entirely discard the cached entry when the client set Cache-Control: no-cache
#111
casperisfine
closed
5 years ago
1
Gemfile: use https for RubyGems.org
#110
olleolleolle
closed
5 years ago
1
CI: Drop unused Travis setting
#109
olleolleolle
closed
5 years ago
1
Url params are ignored as part of path
#108
ghosalmartin
closed
5 years ago
2
Dependabot can't resolve your Ruby dependency files
#107
dependabot-preview[bot]
closed
5 years ago
1
Dependabot can't resolve your Ruby dependency files
#106
dependabot-preview[bot]
closed
5 years ago
0
Dependabot can't resolve your Ruby dependency files
#105
dependabot-preview[bot]
closed
5 years ago
0
Dependabot can't resolve your Ruby dependency files
#104
dependabot-preview[bot]
closed
5 years ago
0
Update sinatra requirement from = 2.0.0 to 2.0.5
#103
dependabot-preview[bot]
closed
5 years ago
1
Update sinatra requirement from = 2.0.0 to 2.0.4
#102
dependabot-preview[bot]
closed
5 years ago
1
Cache fresh responses even if they have 'must-revalidate'
#101
jstastny
closed
4 years ago
8
Must-revalidate directive
#100
jstastny
closed
4 years ago
1
Note on special characters
#99
philsturgeon
closed
6 years ago
1
All requests are uncacheable
#98
mityakoval
closed
6 years ago
1
Add cache key configuration option
#97
ryuichi7
closed
5 years ago
3
Fixed punctuation
#96
jkburges
closed
6 years ago
3
POSTs don't always trigger invalidation for the appropriate cache entries
#95
dobbymoodge
closed
4 years ago
1
Travis: update Rubies
#94
olleolleolle
closed
7 years ago
2
Fix compatibility with MessagePack serializer
#93
etehtsea
closed
7 years ago
1
Fix exception namespacing conflict with Faraday::Encoding
#92
timcheadle
closed
7 years ago
3
Only update cache when the headers have changed on validation requests
#91
chrisface
closed
4 years ago
2
Travis: Use latest versions of Rubies
#90
olleolleolle
closed
8 years ago
1
Spec: Load ActiveSupport Notifications before use
#89
olleolleolle
closed
8 years ago
2
Respect must-revalidate header
#88
cdimartino
closed
8 years ago
3
Next