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

pub const CONTENT: Code;
Expand description

2.05 Content

generated from RFC7252 section 5.9.1.5

This Response Code is like HTTP 200 “OK” but only used in response to GET requests.

The payload returned with the response is a representation of the target resource.

This response is cacheable: Caches can use the Max-Age Option to determine freshness (see Section 5.6.1) and (if present) the ETag Option for validation (see Section 5.6.2).