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

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -