Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 524 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 524 Bytes

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