Example #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
Example #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
Example #3
0
    def __init__(self, parent):
        Base.__init__(self, parent)

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

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