arjuna.tpi.httpauto.seamful.action module

class arjuna.tpi.httpauto.seamful.action.AnonEndPointAction(*, endpoint)

Bases: arjuna.tpi.httpauto.seamful.action.BaseHttpEndPointAction

perform(**fargs)
class arjuna.tpi.httpauto.seamful.action.BaseHttpEndPointAction(*, name, endpoint)

Bases: object

property name
perform(**fargs) arjuna.tpi.httpauto.response.HttpResponse
send(msg=None, **fargs) arjuna.tpi.httpauto.response.HttpResponse
class arjuna.tpi.httpauto.seamful.action.HttpEndPointAction(*, name, endpoint, **fargs)

Bases: arjuna.tpi.httpauto.seamful.action.BaseHttpEndPointAction

perform(**fargs)
property store

Values extracted from response and stored.

class arjuna.tpi.httpauto.seamful.action.HttpMessageResponse(*, step, msg, response)

Bases: object

property msg

HTTP Message name.

property response

HTTP Response object.

property step

Step number for message in the action starting from 1.

arjuna.tpi.httpauto.seamful.action.check_data_arg_type(kwargs)