ArrayParameterEncoding
public protocol ArrayParameterEncoding
                A type used to define how a set of array parameters are applied to a URLRequest.
- 
                  
                  
Creates a URL request by encoding parameters and applying them onto an existing request.
Throws
An
AFError.parameterEncodingFailederror if encoding fails.Declaration
Swift
func encode(_ urlRequest: URLRequestConvertible, with parameters: [Any]?) throws -> URLRequestParameters
urlRequestThe request to have parameters applied.
parametersThe parameters to apply.
Return Value
The encoded request.
 
        ArrayParameterEncoding Protocol Reference