Ramone 1.2.56
Ramone is a C# library that simplifies access to HTTP based Web APIs and REST services. It has a strong focus on REST and implements elements of the Uniform Interface as first class citizens of the API.
Release Notes
Version 1.2.0.56
----------------
* Introducing cache headers on Request object:
Request.IfModifiedSince()
Request.IfUnmodifiedSince()
Request.IfMatch()
Request.IfNoneMatch()
* Introducing .NET cache policy on Session and Service:
Session.CachePolicy
Service.CachePolicy
* Adding Request.OnHeadersReady() for working with the underlying
HttpWebRequest object.
* Adding Request.AddQueryParameters() as an alternative to binding with
predefined URL templates.
* Adding XML settings in XmlConfiguration.XmlReaderSettings. Used when
deserializing XML documents. Default is to allow DTD processing.
Dependencies
This package has no dependencies.