chridou / http-api-problem

A problem type to be returned by HTTP APIs
Apache License 2.0
53 stars 12 forks source link

Add `http::Response` support #14

Closed dora-gt closed 4 years ago

dora-gt commented 4 years ago

Hi,

I just came across your implementation when I was implementing a bit similar function. Do you have any plan to support http::Response? Because we use warp, it would be great if this crate supports http::Response. We could also consider creating a PR to do so.

chridou commented 4 years ago

Hi!

Is this still required? We could do it.

chridou commented 4 years ago

@dora-gt support for warp has been explicitly added