feat: added captureHost option to RecordSpec#3004
feat: added captureHost option to RecordSpec#3004quintesse wants to merge 1 commit intowiremock:masterfrom
captureHost option to RecordSpec#3004Conversation
|
I only created this as a draft PR because even though this (probably) fixes the original issue as defined in #1288 I'm not really happy with this solution. Why? Because what if somebody says "hey, now I want to add the port number too!" and if that, why not the protocol too? Etc etc. Meaning we we have to keep adding new flags to So I'm wondering if it would not be a better option to have an extension point where a user can provide their own implementation of a |
|
I think a flag for each is the way to do it, but you could change |
Fixes #1288