Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
add compact protocol support notice in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Mar 24, 2016
1 parent da2e933 commit 671652b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,16 @@ python lib):

* binary protocol (python and cython)

* buffered transport (python & cython)
* compact protocol (python and cython)

* tornado server and client (with tornado 4.0)
* json protocol

* buffered transport (python & cython)

* framed transport

* json protocol
* tornado server and client (with tornado 4.0)


- Can directly load thrift file as module, the sdk code will be generated on
the fly.
Expand Down
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,15 @@ python lib):

* binary protocol (python and cython)

* buffered transport (python & cython)
* compact protocol (python and cython)

* tornado server and client (with tornado 4.0)
* json protocol

* framed transport
* buffered transport (python & cython)

* json protocol
* framed transport

* tornado server and client (with tornado 4.0)
- Can directly load thrift file as module, the sdk code will be generated on
the fly.

Expand Down

0 comments on commit 671652b

Please sign in to comment.