cooklang/cooklang-sync

Add support for bulk downloading of chunks to the client

Open

#4 opened on Oct 11, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
hacktoberfesthelp wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

The metadata server has an endpoint that allows to download multiple chunks at once using multipart/mixed HTML content type (based on https://docs.rs/rocket-multipart/0.2.1/rocket_multipart/ crate).

Need to make client updates, so we support feature fully.

There's a newsletter issue explaining how it works.

Contributor guide