THRIFT-247. cpp: Basic THttpServer implementation for C++
authorDavid Reiss <dreiss@apache.org>
Thu, 12 Aug 2010 23:03:29 +0000 (23:03 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 12 Aug 2010 23:03:29 +0000 (23:03 +0000)
commit112e30985bdd71433a736bdc16019d22adccb59c
treeb722a214bed798647a849274fda35376169a430b
parente2350512c9e2bcff8f5d3c2a3108e2573e85a1a5
THRIFT-247. cpp: Basic THttpServer implementation for C++

This does not integrate with any existing HTTP server.  Rather, it is a
transport that parses HTTP requests to allow any of the blocking
socket-based servers to handle HTTP.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@985031 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/transport/THttpClient.cpp
lib/cpp/src/transport/THttpClient.h