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