webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions | Variables
cache Namespace Reference

Classes

class  CachedInfo
 

Functions

def main (request, response)
 

Variables

string ETAG = '"123abc"'
 
string CONTENT_TYPE = "text/plain"
 
string CONTENT = "lorem ipsum dolor sit amet"
 

Function Documentation

◆ main()

def cache.main (   request,
  response 
)

Variable Documentation

◆ CONTENT

string cache.CONTENT = "lorem ipsum dolor sit amet"

◆ CONTENT_TYPE

string cache.CONTENT_TYPE = "text/plain"

◆ ETAG

string cache.ETAG = '"123abc"'