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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -