You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@property(strong) OCEventTarget *eventTarget; //!< The target the parsed result should be delivered to as an event.
107
107
@property(strong) NSDictionary *userInfo; //!< User-info for free use. All contents should be serializable.
108
108
109
+
@property(strong) NSNumber *customTimeout; //!< Custom timeout in seconds for request.
110
+
109
111
@property(assign) OCHTTPRequestPriority priority; //!< Priority of the request from 0.0 (lowest priority) to 1.0 (highest priority). Defaults to NSURLSessionTaskPriorityDefault (= 0.5).
110
112
@property(strong) OCHTTPRequestGroupID groupID; //!< ID of the Group the request belongs to (if any). Requests in the same group are executed serially, whereas requests that belong to no group are executed as soon as possible.
0 commit comments