how to set request timeout in client
createProxyClient has no option about timeout like axios does.
Just in one router request (query or mutate) use AbortController.But I do not want each router request to add this signal.It is boring.Any solutions?
Just in one router request (query or mutate) use AbortController.But I do not want each router request to add this signal.It is boring.Any solutions?