Allow users to bypass the application whitelist of headers during hash and caching phase.
mockingjays \
--cacheDir=./fixtures \
--baseServerUrl=http://swapi.co \
--trackRequestHeaders \ # Cache and Consider all Request Headers
--trackResponseHeaders # Cache all Response Headers
--trackAllHeaders # Tracks all Request and Response Headers [Used in place of both of the above options]
Allow users to bypass the application whitelist of headers during hash and caching phase.