how to use conditional get in restlet?
I am currently designing an API using the restlet framework; Can anyone please give me a clue on how to use conditional GET requests in RESTlet ? what I mean is : lets say I have the name and开发者_高级运维 date of birth of many persons and I want to GET the name of persons that are older than 20 years, how could this be done ? Thanks in advance.
精彩评论