Implement capability HTTP and downloads (#54)
All checks were successful
Native code generation / deterministic (push) Successful in 11m59s
Imaging and meshing gate / native (push) Successful in 3m55s
JPEG 2000 feature / linux (push) Successful in 2m26s
Native Rust workspace compile / compile (push) Successful in 3m58s
Skia feature / linux (push) Successful in 31m44s
All checks were successful
Native code generation / deterministic (push) Successful in 11m59s
Imaging and meshing gate / native (push) Successful in 3m55s
JPEG 2000 feature / linux (push) Successful in 2m26s
Native Rust workspace compile / compile (push) Successful in 3m58s
Skia feature / linux (push) Successful in 31m44s
This commit is contained in:
12
README.md
12
README.md
@@ -282,3 +282,15 @@ snapshotted before invocation, and manager/transport workers retain no dropped
|
||||
client owner. The ownership,
|
||||
dispatch, lifecycle, and fake-server verification contracts are documented in
|
||||
[`docs/network-manager.md`](docs/network-manager.md).
|
||||
The capability transport is now native Rust as well. `HttpCapsClient` supports
|
||||
the C# GET/POST/PUT/PATCH/DELETE and LLSD overloads through an injectable
|
||||
`reqwest`/fake-handler boundary, with HTTPS, bounded redirects, gzip/deflate,
|
||||
streaming progress, cancellation, explicit request/response/decompression
|
||||
limits, and rejection of outbound non-HTTP capability URIs. The per-category
|
||||
oldest-first token buckets retain the reference defaults and cap-name mapping.
|
||||
The download manager adds a bounded queue and concurrency gate, canonical-URI
|
||||
deduplication, subscriber progress fanout, shared cancellation, and transient
|
||||
retry handling while preserving permanent 401/403/404/410 failures. Capability
|
||||
URLs and tokens are absent from errors and diagnostics. Ownership, limits,
|
||||
injection, and offline fake-server coverage are documented in
|
||||
[`docs/caps-http.md`](docs/caps-http.md).
|
||||
|
||||
Reference in New Issue
Block a user