Closed tom-on-the-internet closed 3 years ago
This method is mentioned in the Inertia docs at https://inertiajs.com/redirects in the "external redirects" section.
The comparable Laravel (PHP) version is here https://github.com/inertiajs/inertia-laravel/blob/3a08d87bc8de80f774f889918b696e2d3a2d11f1/src/ResponseFactory.php#L83
I really appreciate your work on this adapter. Thank you!
@tom-on-the-internet Thanks for the PR and the reference!
Can you remove the r *http.Request attribute?
r *http.Request
@petaki change made!
@tom-on-the-internet Thank you!
This method is mentioned in the Inertia docs at https://inertiajs.com/redirects in the "external redirects" section.
The comparable Laravel (PHP) version is here https://github.com/inertiajs/inertia-laravel/blob/3a08d87bc8de80f774f889918b696e2d3a2d11f1/src/ResponseFactory.php#L83
I really appreciate your work on this adapter. Thank you!