I am using RestClient gem by making get call to the server through it. The question is how do I set the timeout from client side.
RestClient.get "http://127.0.0.1:7819/tokenize/word/stackoverflow"
I want to set it to 10 seconds.
Thanks in Advance!!