HTTPResponseType public protocol HTTPResponseType Represents a response from an HTTP request. BodyType The type of the body. Declaration Swift associatedtype BodyType body The body of the response. Declaration Swift var body: BodyType { get } headers The headers of the response. Declaration Swift var headers: [String : String] { get } © 2020 Moray Baruh. All rights reserved. (Last updated: 2020-07-01) Generated by jazzy ♪♫ v0.13.4, a Realm project.