You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would allow customising the har logger via the REST API and leverage the existing bodyLogging and postDataLogging options currently only accessible when martian is used as a library.
Use case: avoid transmitting heavy request/response bodies when they are not necessary for what's being tested. For e.g. when testing the HAR logs in a separate process that communicates with martian over the REST api.
The text was updated successfully, but these errors were encountered:
To add a bit more context, this new modifier would bring Martian on par with Browsermob-proxy where the user can toggle the captureHeaders, captureCookies, captureContent and captureBinaryContent flags when requesting the creation of a new proxy.
Would allow customising the har logger via the REST API and leverage the existing
bodyLogging
andpostDataLogging
options currently only accessible when martian is used as a library.Use case: avoid transmitting heavy request/response bodies when they are not necessary for what's being tested. For e.g. when testing the HAR logs in a separate process that communicates with martian over the REST api.
The text was updated successfully, but these errors were encountered: