@hacdias implemented `StatusBetween(500, 599)`, it's easy to implement and does the job 👍 For the sake of readability & user-friendliness, we could implement a _nicer_ matcher like `.Status("5xx")`. see https://github.com/ipfs/gateway-conformance/pull/157#discussion_r1319568532
@hacdias implemented
StatusBetween(500, 599), it's easy to implement and does the job 👍For the sake of readability & user-friendliness, we could implement a nicer matcher like
.Status("5xx").see #157 (comment)