Open Kilda Java Documentation
rest.py File Reference

Go to the source code of this file.

Classes

class  kilda.traffexam.rest.ThreadPoolWSGIServer
 
class  kilda.traffexam.rest.MTServer
 

Namespaces

 kilda.traffexam.rest
 

Functions

def kilda.traffexam.rest.address_list ()
 
def kilda.traffexam.rest.address_create ()
 
def kilda.traffexam.rest.address_read (idnr)
 
def kilda.traffexam.rest.address_delete (idnr)
 
def kilda.traffexam.rest.address_response (payload)
 
def kilda.traffexam.rest.endpoint_list ()
 
def kilda.traffexam.rest.endpoint_create ()
 
def kilda.traffexam.rest.endpoint_read (idnr)
 
def kilda.traffexam.rest.endpoint_delete (idnr)
 
def kilda.traffexam.rest.endpoint_do_report (idnr)
 
def kilda.traffexam.rest.endpoint_response (payload)
 
def kilda.traffexam.rest.format_response (payload, single, multiple)
 
def kilda.traffexam.rest.init (bind, context)
 
def kilda.traffexam.rest.unpack_idnr (idnr)
 
def kilda.traffexam.rest.get_context ()
 
def kilda.traffexam.rest.extract_payload_fields (payload, fields)
 
def kilda.traffexam.rest.make_server (host, port, app, thread_count=None, handler_class=WSGIRequestHandler)
 

Variables

 kilda.traffexam.rest.app = bottle.Bottle(autojson=False)
 
string kilda.traffexam.rest.config_key = 'traffexam.{}'.format
 
 kilda.traffexam.rest.methpd