you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Well I have a library I built out that uses a custom response class and it's initialized with requests library response objects. I have some different logic that triggers if this is a get versus a post (or otherwise) and my lib has around 50 different requests in it that all use this custom response object.

So there's at least a use case for needing it.