CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cvmfs_api Namespace Reference

Functions

def bad_request
 
def good_request
 
def dispatch
 

Variables

int positive_expire_secs = 60
 
int negative_expire_secs = 60
 

Function Documentation

def cvmfs_api.bad_request (   start_response,
  reason 
)

Definition at line 7 of file cvmfs_api.py.

Referenced by cvmfs_geo.api(), and dispatch().

Here is the caller graph for this function:

def cvmfs_api.dispatch (   api_func,
  path_info,
  repo_name,
  version,
  start_response,
  environ 
)

Definition at line 21 of file cvmfs_api.py.

Here is the call graph for this function:

def cvmfs_api.good_request (   start_response,
  response_body 
)

Definition at line 14 of file cvmfs_api.py.

Referenced by cvmfs_geo.api().

Here is the caller graph for this function:

Variable Documentation

int cvmfs_api.negative_expire_secs = 60

Definition at line 5 of file cvmfs_api.py.

int cvmfs_api.positive_expire_secs = 60

Definition at line 4 of file cvmfs_api.py.