ooni-probe-cli/internal/engine/netx/httptransport
Simone Basso 6895946a34
refactor: introduce factory for stdlib http transport (#413)
With this factory, we want to construct ourselves the TLS dialer
so that we can use a dialer wrapper that always sets timeouts when
reading, addressing https://github.com/ooni/probe/issues/1609.

As a result, we cannot immediately replace the i/e/netx factory
for creating a new HTTP transport, since the functions signatures
are not directly compatible.

Refactoring is part of https://github.com/ooni/probe/issues/1505.
2021-07-01 15:26:08 +02:00
..
bytecounter_test.go refactor: move bytecounter to internal (#391) 2021-06-22 13:00:29 +02:00
bytecounter.go refactor: move bytecounter to internal (#391) 2021-06-22 13:00:29 +02:00
fake_test.go fix(all): introduce and use iox.ReadAllContext (#379) 2021-06-15 11:57:40 +02:00
http3transport_test.go refactor: move base http3 transport into netxlite (#412) 2021-06-30 15:19:10 +02:00
http3transport.go refactor: introduce factory for stdlib http transport (#413) 2021-07-01 15:26:08 +02:00
httptransport.go refactor: move base http3 transport into netxlite (#412) 2021-06-30 15:19:10 +02:00
saver_internal_test.go fix(http body saver): properly deal with EOF terminated bodies (#226) 2021-02-11 14:57:14 +01:00
saver_test.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
saver.go fix(all): introduce and use iox.ReadAllContext (#379) 2021-06-15 11:57:40 +02:00
system.go refactor: introduce factory for stdlib http transport (#413) 2021-07-01 15:26:08 +02:00
useragent_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
useragent.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00