rquest 0.1.0
RQuest makes it easy to build request and gives you full control over every aspect of the request. I modeled it after the chrome extension postman. Everything you can do with postman you can do with RQuest and it follows the same intuitive work flow.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Development依存関係 (7):
            bundler
            ~> 1.8
          
          
            guard
            >= 0
          
          
            guard-rspec
            >= 0
          
          
            mimemagic
            >= 0
          
          
            multipart-post
            >= 0
          
          
            rake
            ~> 10.0
          
          
            rspec
            >= 0
          
    