I want to deprecate the assertion methods WithRequestHeader and WithContentHeader in favor of the WithHeader method.
Although I don't have numbers of how often these are used, I believe the WithHeader method is more convenient and will be more useful when I refactor the assertion logic.
Please let me know as soon as possible if these methods are useful and how it is used.
I want to deprecate the assertion methods
WithRequestHeaderandWithContentHeaderin favor of theWithHeadermethod.Although I don't have numbers of how often these are used, I believe the
WithHeadermethod is more convenient and will be more useful when I refactor the assertion logic.Please let me know as soon as possible if these methods are useful and how it is used.