hi.. any ideas on how to add rest style pagination...
# ktor
s
hi.. any ideas on how to add rest style pagination headers like
Copy code
</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