Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._vendor.cachecontrol.heuristics.OneDayCache Class Reference
Inheritance diagram for pip._vendor.cachecontrol.heuristics.OneDayCache:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.cachecontrol.heuristics.OneDayCache:
Collaboration graph
[legend]

Public Member Functions

dict[str, str] update_headers (self, HTTPResponse response)
 
- Public Member Functions inherited from pip._vendor.cachecontrol.heuristics.BaseHeuristic
str|None warning (self, HTTPResponse response)
 
HTTPResponse apply (self, HTTPResponse response)
 

Detailed Description

Cache the response by providing an expires 1 day in the
future.

Member Function Documentation

◆ update_headers()

dict[str, str] pip._vendor.cachecontrol.heuristics.OneDayCache.update_headers (   self,
HTTPResponse  response 
)
Update the response headers with any new headers.

NOTE: This SHOULD always include some Warning header to
      signify that the response was cached by the client, not
      by way of the provided headers.

Reimplemented from pip._vendor.cachecontrol.heuristics.BaseHeuristic.


The documentation for this class was generated from the following file: