1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00
fq/pkg/decode
Mattias Wadman e2eb667091 html: Add to probe group
As decoder now can know they are decoding as part of probing we can now
use some heuristics to see if we should decode as html.
The reason heuristics is needed is that x/html parser will alwaus succeed.

Add lazyre package to help delay compile of RE and make it concurrency safe.
2023-05-11 19:07:18 +02:00
..
decode_gen.go decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
decode_gen.go.tmpl decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
decode.go html: Add to probe group 2023-05-11 19:07:18 +02:00
errors.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
format.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
read.go decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
scalar.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
types.json decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
value.go tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00