You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jade Meskill edited this page Mar 31, 2016
·
1 revision
A Response has two main attributes, metadata and rawData. metadata contains the information about the response, including the status code. rawData represents the payload that will be delivered back to the client. rawData is usually, but not required to be, stringified JSON. Using an unparsed string allows for large, complex payloads to be passed around, but only parsed on demand. It also allows for non-JSON payloads if necessary.