tf-transport 0.1.6

TrustForge first-party transport primitives and HTTP/1.1 client.
Documentation
  • Coverage
  • 3.85%
    1 out of 26 items documented0 out of 15 items with examples
  • Size
  • Source code size: 15.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 559.45 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • KodyDennon/TrustForge
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • KodyDennon

tf-transport

First-party transport primitives for TrustForge.

The current production slice provides a small async HTTP/1.1 client for plain http:// local-service calls. It is used by tf-decide-client and tf-prom-exporter so TrustForge-owned local daemon traffic no longer depends on reqwest.

Scope today:

  • GET and POST.
  • One request per TCP connection.
  • Connection: close.
  • Content-Length, chunked, and close-framed responses.
  • Optional bearer auth and custom headers.
  • Explicit timeout and response-size cap.

Intentional limit: HTTPS, TLS 1.3, QUIC, and HTTP/3 are not claimed by this first slice. Those land behind explicit experimental features after the transport conformance and audit gates described in docs/dependency-replacement-roadmap.md.