chridou / http-api-problem

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

Improve warp integration #19

Closed thomaseizinger closed 4 years ago

thomaseizinger commented 4 years ago
  1. We can remove all the default features from warp because we only need the Reject trait.
  2. I've implemented Reject also for ApiError to allow users to use that for rejections as-well.