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!
The text was updated successfully, but these errors were encountered:
Copying this to pact-node as that is where the the CLI is integrated, and leaving this as an enhancement ticket until that is completed. What is required from here to make this flag available Beth?
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!
The text was updated successfully, but these errors were encountered: