em-http-request icon indicating copy to clipboard operation
em-http-request copied to clipboard

Asynchronous HTTP Client (EventMachine + Ruby)

Results 24 em-http-request issues
Sort by recently updated
recently updated
newest added

Implement missing feature, marked with this comment in `http_connection_options.rb`: ``` # TODO: Add support for $http_no_proxy or $no_proxy ? ``` --- Set env variable `no_proxy` or `NO_PROXY` to provide coma-separated...

Hi, I made a fork to fix warnings, what do you think of adding it as a dependency? https://rubygems.org/gems/cookiejar2 https://github.com/dorianmariefr/cookiejar2 See https://github.com/dwaite/cookiejar/pulls And https://github.com/dwaite/cookiejar/commit/5f85661eb661673460e7ad1a04a98111566e2537 that was not released

Every LetsEncrypt issued signature chain now starts with an expired certificate, but the second item in the chain is a trusted root. So instead of failing the whole validation for...

Hi, my name is Marcos and I'm have a doubt about the EventMachine.run loop, sorry if this question is a little stupid. Considering the code below ``` EventMachine.run { http...

When tunneling a TLS connection through an HTTP proxy the hostname of the proxy server is incorrectly used for peer verification. As-is the following error will be raised: ``` em-http-request-1.1.7/lib/em-http/http_connection.rb:72:in...

Hi there! Wanted to start off by saying thanks for the gem! I've been using it successfully for years. With the recent TLS verification patch, a bug seems to have...

One of the servers I'm using is now returning this. Argh. > error : SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: tlsv1 alert protocol version I have some old...

i had to apply this modify to fix the problem of the #346 issue. with jruby 9.2 and http_parser.rb v0.6.0, thats instructions fails. @p = Http::Parser.new **@p.header_value_type = :mixed** I...

A simple http get can't run Version details jruby --version jruby 9.2.17.0 (2.5.8) 2021-03-29 84d363da97 OpenJDK 64-Bit Server VM 11.0.11+9 on 11.0.11+9 +jit [linux-x86_64] eventmachine (1.2.7 java) em-http-request (1.1.7) Test...

Same issue as noted here: https://github.com/drbrain/net-http-digest_auth/issues/19