brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKit/protocols/MKHttpResponse.md

Summary

Maintainability
Test Coverage
**PROTOCOL**

# `MKHttpResponse`

```swift
public protocol MKHttpResponse
```

## Properties
### `body`

```swift
var body: Data?
```

### `status`

```swift
var status: Int
```

### `webAuthenticationToken`

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