⚠️ Is your feature request related to a problem? Please describe
As of #784 Chucker does have a way to export transactions as a .txt file, but it lacks the ability to export as .har format that was included in #696.
A similar function should be added to export to .har too.
💡 Describe the solution you'd like
A similar function as ChuckerCollector writeTransactions should be created. Something like writeTransactionsHar
📊 Describe alternatives you've considered
Ideally the export functions should be merged and use a parameter to choose for plain text or .har format
writeTransactions(format: ExportFormat) ExportFormatcould be a sealed class or enum with PlainText and Har fields.
📄 Additional context
🙋 Do you want to develop this feature yourself?
As of #784 Chucker does have a way to export transactions as a .txt file, but it lacks the ability to export as .har format that was included in #696.
A similar function should be added to export to .har too.
💡 Describe the solution you'd like
A similar function as
ChuckerCollectorwriteTransactionsshould be created. Something likewriteTransactionsHar📊 Describe alternatives you've considered
Ideally the export functions should be merged and use a parameter to choose for plain text or .har format
writeTransactions(format: ExportFormat)ExportFormatcould be a sealed class or enum withPlainTextandHarfields.📄 Additional context
🙋 Do you want to develop this feature yourself?