Sha256: d7c8f28be543465126933072f6fa07444920074490b40acd79a83726f1b18323
Contents?: true
Size: 461 Bytes
Versions: 26
Compression:
Stored size: 461 Bytes
Contents
## Conditional GET The _conditionalGet_ middleware supports conditional GET requests, which validates the "freshness" of a response body. Currently supports: * _If-Modified-Since_. When a response status is _200_, and _Last-Modified_ less than or equal to this time, the response body and _Content-*_ headers will be stripped, responding with 304 "Not Modified". * _If-None_Match_. Performs a similar validation, however compares the _ETag_ for equality.
Version data entries
26 entries across 26 versions & 1 rubygems