digital-society-coop / axum-sqlx-tx

Request-scoped sqlx transactions for axum
MIT License
45 stars 11 forks source link

Treat both 2XX and 3XX responses as successful. #14

Closed alexmingoia closed 1 year ago

alexmingoia commented 1 year ago

The 303 See Other response is often used to direct clients to another page after successfully creating a new resource, and such behavior is encouraged by web standards.

Thanks for this module, it's very useful. I'm using it to develop a web application.

alexmingoia commented 1 year ago

I've made both your suggested changes. Thanks for taking a look at this.

connec commented 1 year ago

Thank you both for the PR, apologies for taking so long to get to it. I'll just wait for the workflows to pass then go ahead with a merge.