I have REST server with some route that are supposed to respond very quickly and some endpoint that take a long time to respond (typically generating, processing and uploading a big file).
Is it possible to set the handle_request_timeout per route instead of setting it for all the routes ?