**[Get it on PyPi](https://pypi.org/project/Flask-Shell2HTTP/)**
- Added the ability to apply multiple [View Decorators](https://flask.palletsprojects.com/en/1.1.x/patterns/viewdecorators/) on the exposed endpoint. See [Example Code](https://github.com/Eshaan7/Flask-Shell2HTTP/blob/master/examples/with_decorators.py).
- Useful in case you wish to apply authentication, caching, etc. to the endpoint.
- Backwards compatible with v1.4.x