Structs
The following structs are available globally.
-
The
Track
type encapsulates all of the data necessary to recreate an HTTP interaction for later re-use. Typically aTrack
instance is stored as a set inside aCassette
.An HTTP interaction consists of two parts, a request and a response. Like wise, a
See moreTrack
wraps two other types,Track.Request
andTrack.Response
.Declaration
Swift
public struct Track