PostMiddleware
public protocol PostMiddleware
Undocumented
-
NetworkClient will call this method after executing a network request.
Throws
the method might throw to prevent futher execution.Declaration
Swift
func didPerform(_ request: URLRequest, response: URLResponse, data: Data?) throwsParameters
requestnetwork request instance.
responseresponse instance.
dataresponse data.
PostMiddleware Protocol Reference