Exemple #1
0
    def __init__(self, app, req_env, content_type):
        self.http_req_env = req_env
        self.http_resp_headers = {
            'Content-Type': content_type,
            'Content-Length': '0',
        }
        self.wsdl_error = None

        MethodContext.__init__(self, app)
Exemple #2
0
 def __init__(self, app):
     MethodContext.__init__(self, app)
     self.transport.type = 'zmq'
Exemple #3
0
    def __init__(self, app, req_env, content_type):
        self.http_req_env = req_env
        self.http_resp_headers = {"Content-Type": content_type, "Content-Length": "0"}
        self.wsdl_error = None

        MethodContext.__init__(self, app)
Exemple #4
0
 def __init__(self, app):
     MethodContext.__init__(self, app)
     self.transport.type = 'zmq'