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

Add Content-Type header to WSGI transport #85

Closed 3to1null closed 4 years ago

3to1null commented 4 years ago

Hi!

When using the WsgiServerTransport the Content-Type header is not set. It is set when using the CGIServerTransport. I added the correct Content-Type header to the WsgiServerTransport.

I hope that this is the right place to add this header, if not I'll be happy to update it!

lnoor commented 4 years ago

Hi! Thank you for spotting and correcting this. I gladly accept your contribution. groet, Leo