let uploadMultipartStartStubConditions =
            isScheme(Constants.uploadURL.scheme!) &&
            isHost(Constants.uploadURL.host!) &&
            isPath("/multipart/start") &&
            isMethodPOST()