Closes #14 (closed)
This MR adds the query_raw method which directly returns reqwest::Response. This gives the user control over how they want to handle the response, instead of de-serializing it by default.
query_raw
reqwest::Response