Hi,
I have a REST backend used for my 'fetch' operation. The backend provides HTTP response headers (RANGE)
that provide data paging information (startRow, endRow, totalRows).
Within a DataSource.transformResponse() method, how can I access the HTTP response header to extract
those informations ? The HTTP response headers don't seem to be available from within that DS method.
Thanks,
I have a REST backend used for my 'fetch' operation. The backend provides HTTP response headers (RANGE)
that provide data paging information (startRow, endRow, totalRows).
Within a DataSource.transformResponse() method, how can I access the HTTP response header to extract
those informations ? The HTTP response headers don't seem to be available from within that DS method.
Thanks,
Comment