---
title: httpResponse
framework: storekittest
role: symbol
role_heading: Instance Property
path: storekittest/skadtestpostbackresponse/httpresponse
---

# httpResponse

The HTTP response from the server receiving the test postback.

## Declaration

```swift
var httpResponse: HTTPURLResponse? { get set }
```

## Discussion

Discussion This property contains your server’s full HTTP response.

## See Also

### Getting Postback Responses

- [didSucceed](storekittest/skadtestpostbackresponse/didsucceed.md)
- [error](storekittest/skadtestpostbackresponse/error.md)
