de acuerdo con la rfc 2616 tu aplicación debería comportarse diferente si a las cabeceras if-match o if-none-match se le asigna el valor * cuando el recurso solicitado ya existe.
English
according to rfc 2616, your application should behave differently if the if-match or if-none-match header is set to *, depending on whether the resource requested is already in existence.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Be the first to vote
Spanish
http proporciona una forma de occ incorporada: el método get devuelve un etag para un recurso y puts posteriores utilizan el valor del etag en las cabeceras if-match ; mientras que el primer put tendrá éxito, el segundo no, ya que el valor de if-match está basado en la primera versión del recurso.
English
http does provide a form of built-in occ: the get method returns an etag for a resource and subsequent puts use the etag value in the if-match headers; while the first put will succeed, the second will not, as the value in if-match is based on the first version of the resource.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
Be the first to vote
Some human translations with low relevance have been hidden. Show low-relevance results.