Skip to content

surajacharya/httpthrift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thrift-RPC-over-HTTP in Go

Build Status

Tiny helper libraries for running Thrift RPC over HTTP -- putting the binary encoded messages in HTTP request/response bodies.

Standard Thrift RPC calls are encoded into byte buffers, which are sent as HTTP request/response bodies. This allows any off-the-shelf http tools (eg HAProxy) to interact with this thrift-RPC traffic.

Authors

About

Thrift-RPC over HTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages