Add a HarWriter class that can take a dictionary of entries and output them to a file in the HAR format.
This HarWriter class should also expose a method that can be passed as a hook to python's request module to save the transactions performed from that module.
Add a
HarWriterclass that can take a dictionary of entries and output them to a file in the HAR format.This HarWriter class should also expose a method that can be passed as a hook to python's
requestmodule to save the transactions performed from that module.