issues
search
reportportal
/
agent-ruby
Agent - Ruby Cucumber and RSpec formatters
Apache License 2.0
15
stars
43
forks
source link
Replace RestClient gem with HTTP
#60
Closed
abotalov
closed
5 years ago
abotalov
commented
5 years ago
Here are the reasons for replacing gem:
RestClient produces a warning when sending multipart requests with this gem's monkeypatch
Monkeypatching should be avoided
HTTP gem supports sending needed multipart requests without monkeypatch
vveliev-tc
commented
5 years ago
59 now reuses the connection
Here are the reasons for replacing gem: