romsar / gonertia

The Go adapter for Inertia.js
https://pkg.go.dev/github.com/romsar/gonertia
Other
92 stars 5 forks source link

Fix redirect methods used when setting StatusSeeOther response status #13

Closed the-goodies closed 2 months ago

the-goodies commented 2 months ago

Fix redirect methods used when setting StatusSeeOther response status to include DELETE and remove POST (as per https://inertiajs.com/redirects#303-response-code and Laravel implementation https://github.com/inertiajs/inertia-laravel/blob/1.x/src/Middleware.php#L101).

romsar commented 2 months ago

Thanks a lot, I will release new version with this fix