Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 448 Bytes

Seva

A simple directory http server inspired by Python's http.server.

Installation

cargo install seva

Usage

You can start serving your current directory by simply running:

seva

To print out the help:

seva --help

References