Constant kwap::resp::code::CHANGED[][src]

pub const CHANGED: Code;
Expand description

2.04 Changed

generated from RFC7252 section 5.9.1.4

This Response Code is like HTTP 204 “No Content” but only used in response to POST and PUT requests. The payload returned with the response, if any, is a representation of the action result.

This response is not cacheable. However, a cache MUST mark any stored response for the changed resource as not fresh.