sendCustomRequest (method)

Send a custom HTTP request.

Syntax

- (void)sendCustomRequest:(NSString*)HTTPMethod :(NSString*)URL :(NSString*)postData;
public func sendCustomRequest(_ HTTPMethod: String, _ URL: String, _ postData: String) throws -> Void

Remarks

This method can be used to send a custom HTTP request to the server.

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