chridou / http-api-problem

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

Rocket support ? #24

Closed kyasu1 closed 2 years ago

kyasu1 commented 4 years ago

Hi !

Rocket support seems to be removed in the latest version. Is there any plan to support it again ?

Thanks.

chridou commented 4 years ago

Yes. I plan to readd it. Just need to think a bit about the features since it is nightly only.

kyasu1 commented 4 years ago

Ah I see. Some users prefer or need stable versions only.

At least for for my needs, just pasting the deleted codes solved the issue. Maybe adding them as a part of rocket_contrib is a way to go.

Thanks.

klochowicz commented 2 years ago

Hi! I've run into this issue as well when trying to use your library (we're trying out Rocket for our latest project, as it works on stable now). I've created a PR in case the nightly compiler was the biggest roadblock for re-adding it (#34 ).

chridou commented 2 years ago

Solved with https://github.com/chridou/http-api-problem/pull/34

Thank you!