I'm always sending data to server using FormData, but it's usually text fields, so I need one global text only parser, and an ability to explicitly define file handling on some routes.
I see there's .none(), but it throws an exception, so no further processing is possible.
I'm always sending data to server using FormData, but it's usually text fields, so I need one global text only parser, and an ability to explicitly define file handling on some routes.
I see there's
.none(), but it throws an exception, so no further processing is possible.