pulsar
pulsar copied to clipboard
reading requests body in middleware
- pulsar==2.0.2:
- python 3.6:
- ubuntu:
hi , im trying to write custom middlware (im using json-rpc feature of pulsar)
inside __call__ method i tried to get response and finally tried environ['wsgi.input'] but i couldnt ..
what is the right way of doing this?
finally i figured it out : )
i should edit JSONRpc __call__ method, instead of Wsgi