The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employer.
 Friday, November 01, 2002

ReST.NET.

Yesterday (and this afternoon), I banged out some code that makes implementing RESTful web services a bit simpler (not too much right now). Basically using a pattern, it will dispatch a specific URI to a specific method. This pattern is of course a regular expression. Each verb may have 1 or more patterns. If you don't want to handle a specific verb, don't put it in the verbs section of the config file. When faced with this situation the handler will return Method Not Allowed to the client. [News from the Forest]

Muy interesante...


Updated Link to this post 3:12:12 PM  #    comment []  trackback []