SecureBlackbox 2020 iOS Edition

Questions / Feedback?

customRequest (property)

Specifies a custom request verb.

Syntax

@property (nonatomic,readwrite,assign,getter=customRequest,setter=setCustomRequest:) NSString* customRequest;
- (NSString*)customRequest;
- (void)setCustomRequest:(NSString*)newCustomRequest;
public var customRequest: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify a custom HTTP method verb to use instead of the original method. PATCH is one of the commonly used custom verbs.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]