The age of HTTP/1.1 is over. The time of SPDY has come.
+ + '''.encode('UTF-8') + + self.wfile.write(content) + + if __name__ == "__main__": + HOST, PORT = "localhost", 3000 + + server = spdylay.ThreadedSPDYServer((HOST, PORT), + MySPDYRequestHandler, + cert_file=CERT_FILE, + key_file=KEY_FILE) + server.start() +""", classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Programming Language :: Cython', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP',