This is for pagination responses where we want to ...
# http4k
e
This is for pagination responses where we want to send a custom header to indicate the number of times this response can be called to get the complete data.
d
Well it would require extending the API spec to include them - so something like "responseHeaders". See here and follow it through - it shouldn't been too tricky if you follow the same pattern as with the request headers https://github.com/http4k/http4k/blob/d32f13080a5ed91257e850cf7062d085599bba94/http4k-contract/src/main/kotlin/org/http4k/contract/routeMeta.kt#L38