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.
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.