add simple Ruby HTTP server and client classes
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:50:44 +0000 (00:50 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:50:44 +0000 (00:50 +0000)
commit32a1114a64d2efef134c47649ae5d59e32d7abae
tree63848cdef97ad57e1968afd677120b716383f31f
parent52f23fa2a8f5a4b8246f2346ecb552d0f8487c54
add simple Ruby HTTP server and client classes

Using Mongrel for the server.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668894 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/lib/thrift/server/thttpserver.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/thttpclient.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/ttransport.rb