brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKitNIO/structs/MKAsyncResponse.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MKAsyncResponse`

```swift
public struct MKAsyncResponse: MKHttpResponse
```

## Properties
### `response`

```swift
public let response: HTTPClient.Response
```

### `body`

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

### `status`

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

### `webAuthenticationToken`

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