Re: Response Headers

2007-02-13 Thread Vincent
Jerome, All standard HTTP headers have an equivalent class/property in the Restlet API. It was a deliberate choice to not expose those headers as first-class citizens, because we consider them as lower-level artifacts and because we want to support multiple protocols via the same API. I

Re: Response status codes

2007-02-13 Thread Thierry Boileau
Hello Chuck, these codes come from the WEBDAV rfc (http://www.ietf.org/rfc/rfc2518.txt) which is an extension of the HTTP rfc. WebDav defines some statuses : + 102 INFO_PROCESSED + 207 SUCCESS_MULTI_STATUS + 422 CLIENT_ERROR_UNPROCESSABLE_ENTITY + 423 CLIENT_ERROR_LOCKED + 424