Player¶
VCR Player plays tapes recorded with httpsrvvcr.recorder
using httpsrv.Server provided
-
class
player.Player(server, add_cors=False)[source]¶ Player wraps the
httpsrv.Serverand plays perviously recorded vcr tapes on itParameters: - server (httpsrv.Server) – server thta will be loaded with rules from vcr tapes
- add_cors (bool) – if
Trueplayer will add CORS header to all responses