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 months ago

peternewman commented 2 months ago

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

Julusian commented 2 months 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