Support for Link headers in ServiceStack -


i planning generate link headers sake of pagination of rest api results.

for reference, http://www.w3.org/protocols/9707-link-header.html describes how should use link headers describe our results in pages.

are there c# classes or approaches in servicestack can resuse rather writing own classes , making sure link headers rfc compliant.

http://tools.ietf.org/html/rfc5988#page-6

it desirable if build linkheader object, populate relevant data , have framework take care of formatting correctly , inserting header.

is there such thing? have others done?


Comments