Hello, is there an example for creating in-process...
# pact-rust
j
Hello, is there an example for creating in-process Pact Mock Server programmatically using the
pact_mock_server
crate? I wanted to rewrite a legacy proxy server (written in Express.js) which 1) starts an in-process Pact Mock Server using the
pact_ffi
2) forwards all incoming requests to Pact Mock Server first 3) then forwards those requests don't have a mapping in Pact Mock Server to a standalone WireMock server.