Constant mini_http::header::WARNING [] [src]

pub const WARNING: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::Warning),}

General HTTP header contains information about possible problems with the status of the message.

More than one warning header may appear in a response. Warning header fields can in general be applied to any message, however some warn-codes are specific to caches and can only be applied to response messages.