[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PUT response




If the response to a PUT request on an entry's edit URL contains an entry document in a 200 response, then

1. Can the response entity be considered a complete representation?
2. What if the response contains Content-Location header?

The HTTP spec states that

   Responses to this [PUT] method are not cacheable.

As per that, an HTTP cache is unlikely to hold on to the response entity and use it upon a subsequent GET to the same entry's edit URL, correct?

Nikunj