Hello! I've been using mocktail for a recent project and decided on it because I need both mocking for http as well as grpc. Currently the project does support "multiplexing" if you just choose .new_http() since the only thing barring http and grpc from cohabitating is a check for http2 explicitly if using .new_grpc().
If this is something that y'all are interested in I can take a stab at it and create a PR.
Hello! I've been using mocktail for a recent project and decided on it because I need both mocking for http as well as grpc. Currently the project does support "multiplexing" if you just choose
.new_http()since the only thing barring http and grpc from cohabitating is a check for http2 explicitly if using.new_grpc().If this is something that y'all are interested in I can take a stab at it and create a PR.