Encoding
public protocol Encoding
Protocol for encoding an URLRequest
with Parameters
and modify the URLRequest
Content-Type
-
Transforms an
URLRequest
withParameters
to otherURLRequest
Declaration
Swift
func encode(request: URLRequest, with parameters: Parameters) -> URLRequest