ooni-probe-cli/internal/measurexlite
Simone Basso 9ba6f8dcbb
feat(measurexlite): generate HTTP traces (#881)
In a pure step-by-step model, we don't need to trace HTTP round trips like we did before. We _may_ want in the future to also have some form of HTTP tracing (see https://github.com/ooni/probe-cli/pull/868 for a prototype) but doing that is currently not in scope for moving forward the step-by-step design. For this reason, I only added a public convenience function for formatting an OONI spec compatible request. I also added new fields, which should be documented inside the ooni/spec repository (see https://github.com/ooni/probe/issues/2238).

Required by https://github.com/ooni/probe/issues/2237
2022-08-26 13:11:43 +02:00
..
conn_test.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
conn.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
dialer_test.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
dialer.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
dns_test.go feat(dns): expose more low-level fields (#873) 2022-08-23 16:12:04 +02:00
dns.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
doc.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
http_test.go feat(measurexlite): generate HTTP traces (#881) 2022-08-26 13:11:43 +02:00
http.go feat(measurexlite): generate HTTP traces (#881) 2022-08-26 13:11:43 +02:00
logger.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
quic_test.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
quic.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
tls_test.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
tls.go feat(measurexlite): add T0 and TransactionID (#879) 2022-08-25 13:41:26 +02:00
trace_test.go feat: context-based tracing to record delayed DNS responses (#870) 2022-08-22 14:21:32 +02:00
trace.go feat: context-based tracing to record delayed DNS responses (#870) 2022-08-22 14:21:32 +02:00