File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33<Empty >
44
5+ <a name =" v0.3.3 " ></a >
6+ ## v0.3.3 (2021-06-10)
7+
8+ > Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
9+
10+ #### Improvements
11+
12+ * Implement static file serving addon
13+
14+ Introduce the Addon concept to write application logic out of the
15+ server implementation itself and aim to a modularized architecture.
16+
17+ Implements a static file serving addon to support sending files to
18+ the client. The static file serving addon also provides a scoped
19+ file system abstraction which securely resolve files in the file system
20+ tree.
21+
522<a name =" v0.3.2 " ></a >
623## v0.3.2 (2021-06-08)
724
Original file line number Diff line number Diff line change 11[package ]
22name = " http-server"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44authors = [" Esteban Borai <estebanborai@gmail.com>" ]
55edition = " 2018"
66description = " Simple and configurable command-line HTTP server"
You can’t perform that action at this time.
0 commit comments