http icon indicating copy to clipboard operation
http copied to clipboard

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts

Results 113 http issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/43987236/85998566-9802cd00-ba28-11ea-9fb0-162d4055f356.png) in this case how can i pass this type of body in the ruby code using http gem

Reported by @oz: https://github.com/httprb/http/issues/263#issuecomment-156260388 Upon following redirects, redirector should send cookies that were sent in response.

Bug

Hello, Thanks for your work and effort in maintaining `http` in such an awesome way! :heart: However, this test: https://github.com/httprb/http/blob/dbc73e3df94613159a3e8b65949be4f17ac32cf3/spec/support/http_handling_shared.rb#L47-L49 seems to be showing a weird behavior. This test works...

Does anyone know why the following two urls return 404 response code in http.rb: > HTTP.follow(hoops: 1).get("https://offers.careatc.com/hubfs/template-assets/shared-assets/logo-white.png").code => 404 >HTTP.get("https://www.avanan.com/hubfs/marketing/website/jacob_redesign/case_studies/service-source-ft.png").code => 404` I get 200s using chrome, wget, requests and...

I recently upgraded my `http` gem version recently, and the upgrade broke lots of [webmock tests](https://github.com/bblimke/webmock) recording our outgoing http calls, simply because the `User-Agent` header of my `http` gem...

I'm getting this issue since updating to Ruby 2.7.1, specifically: `/Users/duartemartins/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/http-4.4.1/lib/http/response/body.rb:49: warning: Using the last argument as keyword parameters is deprecated` I've tried adding `export RUBYOPT='-W:no-deprecated -W:no-experimental'` to .zschrc to...

Hi All I am using the httprb, its working well with https many URL. But one of the URL uses the SSL certificate, so i have used Verify as None...

I recewntly started to use skylight.I wanted to get my http calles to show up in skylight. The integration code should be in the skylight repo but I want to...

Hi Team, I am trying to set timeout before the doing the request. I am getting > /Users/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/http-2.2.2/lib/http/chainable.rb:94:in `timeout': undefined method `to_sym' for 3:Integer (NoMethodError) > Did you mean? to_s...