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