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

Variables

tuple httpd
 

Variable Documentation

tuple test-api.httpd
Initial value:
1 = make_server(
2  socket.gethostname(), # The host name.
3  8051, # A port number where to wait for the request.
4  application # Our application object name, in this case a function.
5  )

Definition at line 22 of file test-api.py.