Closed jdforsythe closed 3 years ago
Fixes # 62
Fix response body type for parse: none to be Buffer Add parse: string to explicitly ask for body as a string Add types for string parsing Add tests for Buffer and string bodies Regenerate documentation
@ethanent This should not break any existing usages because the body type when using parse: 'none' was already coming back as a Buffer.
parse: 'none'
Buffer
Thank you very much.
Fixes # 62
Fix response body type for parse: none to be Buffer Add parse: string to explicitly ask for body as a string Add types for string parsing Add tests for Buffer and string bodies Regenerate documentation