Tickets

Issues

# TODO: add response handler here


        # TODO: add response handler here

        res_headers = self.filter_headers(res_headers)

        self.wfile.write("%s %d %s\r\n" % (self.protocol_version, res.status, res.reason))
        for line in res_headers.headers:

History