rest-client icon indicating copy to clipboard operation
rest-client copied to clipboard

Simple REST client for Ruby, inspired by microframework syntax for specifying actions. Official fork is now at:

Results 5 rest-client issues
Sort by recently updated
recently updated
newest added

Hello, I am integrating "rest_client" for one of my application, currently its in the initial stage and there may not be much requests to the server, but just wondering if...

The official fork has moved to https://github.com/rest-client/rest-client with @archiloque's support.

I was wondering why you didn't remove this repo? It always comes up first in my search results. I can't see why you keep it around.

maybe I missed something but I don't see a way how to send a set of requests to server with only one Keep-Alive connection as the HTTP/1.1 specification allows. in...

rest_client works fine on console or through independent ruby file but not loading from the ruby controller and gives no such file to load -- rest_client