Error Set RespondError [src]

Errors

HttpExpectationFailed

The request contained an expect header with an unrecognized value.

Source

pub const RespondError = error{ /// The request contained an `expect` header with an unrecognized value. HttpExpectationFailed, }