You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature that the user is requesting is not something that should be changed for all users, as it is a non-standard behaviour, and breaks the Rack spec. However, we can allow the underlying code to be monkey patched for his specific use case. The value supplied to --monkeypatch will be an absolute path to a ruby file that will monkeypatch the underlying header logic.
This is not something that we need to document, but we can use it to deal with edge cases when necessary!
@bethesque commented on Tue Nov 07 2017
Requires standalone version pact-1.19.0.
This is to support: pact-foundation/pact-mock_service#78 and another issue that I can't currently find.
The feature that the user is requesting is not something that should be changed for all users, as it is a non-standard behaviour, and breaks the Rack spec. However, we can allow the underlying code to be monkey patched for his specific use case. The value supplied to
--monkeypatch
will be an absolute path to a ruby file that will monkeypatch the underlying header logic.This is not something that we need to document, but we can use it to deal with edge cases when necessary!
@mefellows commented on Tue Nov 07 2017
Moving this to
pact-node
as that is where the the CLI is integrated.The text was updated successfully, but these errors were encountered: