Error Set RespondError [src]
Errors
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,
}