HTTPGetEndPoint
public protocol HTTPGetEndPoint : NetworkEndpoint
This defines an endpoint of type GET
-
httpMethodExtension methodDefault value for HTTP method is GET
Declaration
Swift
var httpMethod: String { get } -
parametersExtension methodDefault parameters are most probably nil but can be set
Declaration
Swift
var parameters: Params? { get } -
encodingExtension methodDefault encoding for a GET request
Declaration
Swift
var encoding: NetworkEncoding { get }
View on GitHub
HTTPGetEndPoint Protocol Reference