[GitHub] thrift pull request: Add a Http Transport.

2016-01-10 Thread dimiro1
GitHub user dimiro1 opened a pull request: https://github.com/apache/thrift/pull/785 Add a Http Transport. The protocol was implemented as a HandlerFunc using the standard net/http package. See: https://github.com/apache/thrift/pull/557 See: https://issues.apache.org

[GitHub] thrift pull request: Add a Http Transport.

2016-01-10 Thread dimiro1
Github user dimiro1 commented on the pull request: https://github.com/apache/thrift/pull/785#issuecomment-170414140 @Jens-G please take a look at this first iteration. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] thrift pull request: Thrift 3251 Add http transport for server to ...

2016-01-10 Thread dimiro1
Github user dimiro1 commented on the pull request: https://github.com/apache/thrift/pull/557#issuecomment-170362506 @Jens-G The current test infrastructure for the go lib explicitly assume that the server is a SocketServer /test/go/src/server.go. I think it will be a lot of work

[GitHub] thrift pull request: Thrift 3251 Add http transport for server to ...

2016-01-09 Thread dimiro1
Github user dimiro1 commented on the pull request: https://github.com/apache/thrift/pull/557#issuecomment-170301847 I implemented with a handler func. https://gist.github.com/dimiro1/d38aaf4b7d84c2d5c8f0 --- If your project is set up for it, you can reply to this email and have your