mbr / tinyrpc

A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156 stars 53 forks source link

Added CGI transport handler. #28

Closed lnoor closed 7 years ago

lnoor commented 8 years ago

Hi, Love what you created. It was really easy to implement and add a CGI transport. I've now added support to skip the transport and process json from a string. Perhaps you want to include it in the project. Regards, Leo