http-body
http-body copied to clipboard
Empty's Body impl `Error = Infallible` makes `Empty::new()` unable to be used w/ Body constraints
Empty has generic parameter for Data, so it would be nice to have a generic parameter for Error as well so that Empty::new() can be used w/ functions that set constraints on Body i.e B: Body<Error=..>