When output is 'raw', every method returns a close_reply: a list with the
parsed body plus the metering and caching information as named fields.
Fields
dataThe parsed body (a list), or
NULLfor a 304.resultsThe
resultsarray for list routes (else an empty list).next_cursorThe cursor for the next page, or
NULL.tokens_charged,tokens_remainingToken counts;
NULLon free routes.etagThe response ETag, to pass back as
if_none_match.statusHTTP status code.
not_modifiedTRUEfor a 304 (dataisNULL).request_idServer request id, handy for support.
See also
close_as_df() and close_as_sf() to convert a reply by hand.
