What was the reasoning behind choosing to use webOb? #5820
Replies: 1 comment
-
I could find the history in this PR: #2727 from the 2017 when the From that, some reasons were:
More:
and more:
... and the whole discussion in the REST Services v2 #2727 (2017) Surprised it was possible to find it and love how we have a meaningful commit history, PR discussions, and everything is so detailed. Hope that helps ;) |
Beta Was this translation helpful? Give feedback.
-
Just curious why webOb is the selected library for handling web requests? I've not seen it before and when I needed something that was not too opinionated I would reach for Flask. From what I'm learning webOb seems to be a step even lower than Flask in the opinionated framework spectrum or actually more like werkzeug which Flask is built on top of.
I would like to have it know where I can read some code where webOb afforded some special usecase in the stackstorm codebase where other frameworks have gotten in the way. Mostly because I'm interested to learn something new and appreciate how I may want to use webOb in my future too.
Or perhaps there is no special reason webOb was used other than early design choice and any framework would have been just fine?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions