thriftrw / thriftrw-python

A Thrift encoding library for Python
MIT License
36 stars 10 forks source link

Add Message with parsing/serialziation support #70

Closed abhinav closed 9 years ago

abhinav commented 9 years ago

Add <module>.dumps.message and <module>.loads.message to serialize and deserialize requests/responses inside messages.

Messages are serialized into the non-strict format, but parsing of both, strict and non-strict formats is supported. For more information on what these words mean, see #15.

Also added a basic working example using HTTP.

Resolves #15.

abhinav commented 9 years ago

CC @breerly @blampe @junchaowu

blampe commented 9 years ago

:sheep: