MBXHttpResponse
@interface MBXHttpResponse : NSObject
Record which is used to report HTTP response to the caller.
-
The id of the request that resulted in this response. Matches the return value of HttpServiceInterface::request.
Declaration
Objective-C
@property (nonatomic, readonly) uint64_t requestId;
-
HTTP request data which was use to send HTTP request.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) MBXHttpRequest *request;