public class EtagHeaderPostprocessor
extends Object
implements org.restexpress.pipeline.Postprocessor
If the response body is non-null, adds an ETag header. ETag is
computed from the body object's hash code combined with the hash
code of the resulting format.