MBXHttpResponse
@interface MBXHttpResponse : NSObject
Record which is used to report HTTP response to the caller.
-
HTTP request data which was use to send HTTP request.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) MBXHttpRequest *request;