Overview

An instance manipulation (IM) delta has been returned.

Note

Browsers don't support delta encoding with HTTP. This status code is sent back by custom servers used by specific clients.

Takeaways

  1. The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.
  2. The actual current instance might not be available except by combining this response with other previous or future responses, as appropriate for the specific instance-manipulation(s). If so, the headers of the resulting instance are the result of combining the headers from the 226 response and the other instances.
  3. The request must have included an A-IM header field listing at least one instance-manipulation. The response must include an ETag header field giving the entity tag of the current instance.
  4. A response received with a status code of 226 may be stored by a cache and used in reply to a subsequent request, subject to the HTTP expiration mechanism and any Cache-Control headers.
  5. A response received with a status code of 226 may be used by a cache, in conjunction with a cache entry for the base instance, to create a cache entry for the current instance.

Information

IM stands for instance manipulations the term used to describe an algorithm generating a delta.

Further Reading

Specification

226 IM Used | The HTTP Working Group

226 IM Used

MDN web docs