Esempio n. 1
0
    def reconstruct_wsgi_request(self, http_env):
        http_payload, charset = Base.reconstruct_wsgi_request(self, http_env)

        content_type = cgi.parse_header(http_env.get("CONTENT_TYPE"))

        return collapse_swa(content_type, http_payload), charset
Esempio n. 2
0
    def reconstruct_wsgi_request(self, http_env):
        http_payload, charset = Base.reconstruct_wsgi_request(self, http_env)

        content_type = cgi.parse_header(http_env.get("CONTENT_TYPE"))

        return collapse_swa(content_type, http_payload), charset
Esempio n. 3
0
    def __init__(self, parent):
        Base.__init__(self, parent)

        self.in_wrapper = Soap11.IN_WRAPPER
        self.out_wrapper = Soap11.OUT_WRAPPER
Esempio n. 4
0
    def __init__(self, parent):
        Base.__init__(self, parent)

        self.in_wrapper = Soap11.IN_WRAPPER
        self.out_wrapper = Soap11.OUT_WRAPPER