Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

More response fixes

Compare
Choose a tag to compare
@Chris-Pratt-Clystnet Chris-Pratt-Clystnet released this 15 Jun 14:37
· 35 commits to master since this release

Due to the fact that some time the response is in the body and some times it is in the request we have added some functionality to check for the contents first and if not set then use the body.

We have also fixed the close function as that was trying to do a GET request rather then a POST request.