Skip to main content

unsupported

Function unsupported 

Source
pub fn unsupported<B>(response: &Response<B>) -> Option<Unsupported>
Expand description

Recognises the first capability in response this transport cannot carry.

Reported in the order declared by Unsupported, most structural first: a response can trip several rules, and being told it streams is more use than being told it also sets a cookie. Fixing one reveals the next.