THRIFT-195. python: Add a simple THttpServer
authorDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:59:32 +0000 (21:59 +0000)
committerDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:59:32 +0000 (21:59 +0000)
commitf78ec2bc66d3a9fcfd63b9bdf49fc9bdc68b4cf7
tree0dfedf9b5540ac188564c9969ae0b8d2c318ac18
parent1fe17774eb1059bc784a5c3be46b208a2fc0a63c
THRIFT-195. python: Add a simple THttpServer

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739638 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/server/THttpServer.py [new file with mode: 0644]
test/py/RunClientServer.py
test/py/TestClient.py
test/py/TestServer.py