I'm trying to use WireMock to stub a response for ...
# general
k
I'm trying to use WireMock to stub a response for Java HttpClient that expects a HTTP/2 server. Does WireMock support HTTP/2, either h2 or h2c?
t
Hi @Karol Dowbecki, yes WireMock has HTTP/2 enabled (both encrypted and plain text) when you enable HTTPS by setting a port number for it.
k
@Tom thank you, it works when https:// is used!
👍 2