bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

feat: Capture POST response too #65

Closed peternewman closed 2 weeks ago

peternewman commented 4 weeks ago

Probably wants adding for PUT/PATCH/DELETE too but this fixed my particular issue.

Julusian commented 2 weeks ago

If anyone wants to do any more, it would be a good idea to make a reusable function which does this, to avoid copying the same implementation around even more times