Inherits from NSObject
Declared in OSSModel.h
OSSModel.m

Overview

请求头的基类

extend OSSRequest to include the ref to networking request object

Properties

isAuthenticationRequired

指明该请求是否需要鉴权,单次有效

@property (nonatomic, assign) BOOL isAuthenticationRequired

Discussion

指明该请求是否需要鉴权,单次有效

Declared In

OSSModel.h

Instance Methods

cancel

取消这个请求

- (void)cancel

Discussion

取消这个请求

Declared In

OSSModel.h