I'm setting the `HTTPBody` property of an `NSMutableURLRequest` and trying to do some comparison on it inside of a custom `matcher`. However, the property's value is always `nil` by the time the request reaches the `matcher` despite it being set prior to that.