Hey guys,
I was wondering if i can somehow affect the size of returned json by GET method. If I do only single GET method it can return me milions of records, but i would like to have only smhing like page 1 or few records.
How can I achieve that? Thanks for all ideas
Hi,
No, this is not supported.
IMHO, your app has a design issue. Even compressed, such large payload will be very hard to download on slow mobile network.
You’re saying it yourself : you want pages. Then your API should support paging instead of bulk download.
Thanks for the responce. At least i don’t need to look after smhign which doesn’t exist for gatling.
Dne úterý 4. června 2019 8:43:28 UTC+2 Stéphane Landelle napsal(a):