summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/large-upload/Cargo.toml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-14unit-wasm 0.4.0v0.4.0Andrew Clayton1-1/+1
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2023-10-19unit-wasm 0.3.0v0.3.0Andrew Clayton1-1/+1
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2023-09-25examples: Add C and Rust examples of handling large uploadsAndrew Clayton1-0/+12
The programs demonstrate handling requests with payloads larger than 4GiB which means they need to be written out to disk and so also demonstrates the use of the file-system access mechanism. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>