Open genofire opened 1 year ago
current there is only regex and json supported, but other encoding should be implemented like:
regex
json
maybe in an standardised way of parsing / encoding, by writing a modular function encoding('json', body), encoding('regex', body), encoding('logfmt', body) and so on.
encoding('json', body)
encoding('regex', body)
encoding('logfmt', body)
Describe the feature
current there is only
regex
andjson
supported, but other encoding should be implemented like:maybe in an standardised way of parsing / encoding, by writing a modular function
encoding('json', body)
,encoding('regex', body)
,encoding('logfmt', body)
and so on.