HTTPieRequestDescriptor
public final class HTTPieRequestDescriptor : RequestDescriptor
Descriptor for convert request and target instances for HTTPie tool string representation
-
Descriptor constructor
Declaration
Swift
public init() -
Method for generating string description of the request
Declaration
Swift
public func description(request: RequestType, target: TargetType, logger: Logger) -> StringParameters
requestRequest object
targetCurrent Moya target
loggerLogger object for printing intermediate log messages
Return Value
String description of the request and target
HTTPieRequestDescriptor Class Reference