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
fix: BodyContainsBytes & BodyContainsString used with And/Or
Both "rearm" the body before (re-)reading it, so they can be used
several times in a same matcher (combined with Or & And).
At the same time, simplify the body copy and make the "rearming" more
performant.
Closes#145.
Signed-off-by: Maxime Soulé <[email protected]>