[PR #54] [MERGED] feat: serve single file #444

Closed
opened 2026-04-08 16:52:56 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/54
Author: @sigoden
Created: 6/19/2022
Status: Merged
Merged: 6/19/2022
Merged by: @sigoden

Base: mainHead: feat-single-file


📝 Commits (3)

  • 6260730 feat: serve single file
  • 1fcb72f feat: add content-disposition when send file
  • b894971 fix: wait custom server for port

📊 Changes

6 files changed (+56 additions, -11 deletions)

View changed files

📝 src/args.rs (+3 -0)
📝 src/server.rs (+24 -8)
📝 tests/args.rs (+24 -1)
📝 tests/bind.rs (+3 -1)
📝 tests/fixtures.rs (+1 -1)
📝 tests/http.rs (+1 -0)

📄 Description

close #53


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/54 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/19/2022 **Status:** ✅ Merged **Merged:** 6/19/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-single-file` --- ### 📝 Commits (3) - [`6260730`](https://github.com/sigoden/dufs/commit/62607303af57a9424a05b079524d25ec070a86c0) feat: serve single file - [`1fcb72f`](https://github.com/sigoden/dufs/commit/1fcb72fd1adf167858cc67a2dbfbab10485639f3) feat: add content-disposition when send file - [`b894971`](https://github.com/sigoden/dufs/commit/b894971b18e11ed02e9fee7a123903b8d6d2eff2) fix: wait custom server for port ### 📊 Changes **6 files changed** (+56 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/args.rs` (+3 -0) 📝 `src/server.rs` (+24 -8) 📝 `tests/args.rs` (+24 -1) 📝 `tests/bind.rs` (+3 -1) 📝 `tests/fixtures.rs` (+1 -1) 📝 `tests/http.rs` (+1 -0) </details> ### 📄 Description close #53 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:52:56 +03:00
zhus closed this issue 2026-04-08 16:52:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#444