https://kotlinlang.org logo
Title
s

Simply2vasu

05/12/2020, 9:47 PM
hi.. any ideas on how to add rest style pagination headers like
</test_domain/v2?key=test&per_page=5&page=2>; rel="next",</test_domain/v2?key=test&per_page=5&page=5>; rel="last"
with ktor
but not sure custom implementation like this is the way to go