flottbot icon indicating copy to clipboard operation
flottbot copied to clipboard

HTTP Post should support raw data

Open JordanSussman opened this issue 6 years ago • 0 comments

Currently, the query_data options in a POST builds the request as JSON. Not all endpoints are built to support this. In some cases, it wants just raw data.

I propose adding a raw option to the query_data that will take the data and just add it to the post.

JordanSussman avatar Aug 31 '18 20:08 JordanSussman