Background:
The REST guide documents responseType and binary responses. A compact table
would help users choose between auto, json, text, arrayBuffer, and
blob.
Proposed change:
Add a table near the response parsing section showing each supported
responseType, what it returns, and when to use it.
Acceptance criteria:
docs/guides/rest-requests.md lists all supported response types.
- The table includes one practical use case per response type.
- Existing binary response guidance remains intact.
- No source code changes are required.
Files likely involved:
docs/guides/rest-requests.md
src/client/BaseHttpClient.ts for source reference only
Background:
The REST guide documents
responseTypeand binary responses. A compact tablewould help users choose between
auto,json,text,arrayBuffer, andblob.Proposed change:
Add a table near the response parsing section showing each supported
responseType, what it returns, and when to use it.Acceptance criteria:
docs/guides/rest-requests.mdlists all supported response types.Files likely involved:
docs/guides/rest-requests.mdsrc/client/BaseHttpClient.tsfor source reference only