brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKit/structs/MKURLResponse.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MKURLResponse`

```swift
public struct MKURLResponse: MKHttpResponse
```

## Properties
### `body`

```swift
public let body: Data?
```

### `response`

```swift
public let response: HTTPURLResponse
```

### `status`

```swift
public var status: Int
```

### `webAuthenticationToken`

```swift
public var webAuthenticationToken: String?
```