Sha256: 23505f23fd6714ef562e80a0d229eb8e49818342171214cd10a0e88e230ac801
Contents?: true
Size: 772 Bytes
Versions: 5
Compression:
Stored size: 772 Bytes
Contents
<h3>What is content negotation?</h3> <p>REST clients know how to deal with several different media types, for instance application/xml and application/opensearchdescriptor+xml. Being so, when requesting something to your service, a client tells which media types it is capable of understand so the service provides the best fit between the ones both of them are capable of handling.</p> <%= image_tag "negotiation.png", :title => "Content negotiation" %><br/> Content negotiation is the key concept that allows services to change their links to other parts of other systems while not breaking compatibility with their consumers (clients). Because the new linked services supports a set of media types that so does your client, changes can be made and nothing breaks.
Version data entries
5 entries across 5 versions & 2 rubygems