ostinelli / net-http2

NetHttp2 is an HTTP/2 client for Ruby.
MIT License
141 stars 31 forks source link

WebMock adapter #20

Closed hc2p closed 7 years ago

hc2p commented 7 years ago

We are using RSpec with VCR and can't record http-2 requests. Would be great to have a working WebMock adapter. Is anyone already working on this?

ostinelli commented 7 years ago

Not as far as I know. Indeed, a Webmock adapter for HTTP/2 would be great.

ostinelli commented 7 years ago

No activity, closing. If you happen to do a webmock for HTTP2 let me know :)

jdsampayo commented 5 years ago

Found one on Webmock repo: https://github.com/bblimke/webmock/pull/804