hi all, checking if you have an example for runnin...
# pact-go
s
hi all, checking if you have an example for running a pact consumer test using a twirp client? I am referencing this example to setup the test this is the error I am getting
Copy code
net/http: HTTP/1.x transport connection broken: malformed HTTP response
m
not that I’m aware of. How does twirp work?
s
twirp is a RPC framework that supports communication over both http/1.1 and http/2 we are using protobuf for defining our apis i could try to setup an example twirp client based on the grpc example you have, if that would help
m
You might need to share how you’ve set the example up. I think the gRPC plugin is not re-usable for this purpose, so you’d need to set the transport back to HTTP. What’s the payload you’re sending over it?
a
cc @Paul Ryan
1