responseParsing - (string) type of response parsing to return. Defaults to text, can be buffer,blob,json or false, which would simply return the response.
But if I use responseParsing=false I get an error:
invalid response parsing method, should be one of: buffer,blob,json,text
Docs say:
But if I use responseParsing=false I get an error: