Skip to content
/ rup Public

Very basic command-line static HTTP server.

License

Notifications You must be signed in to change notification settings

ntalbs/rup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUP

HTTP server written in Rust. This is a toy project to implement a simple command-line static HTTP server without external dependencies.

rup -h
A simple command-line static http server

Usage: rup [OPTIONS]

Options:
  -p, --port     <PORT>   Port to use. [default: 3000]
  -r, --root     <PATH>   Base directory. [default: "."]
  -h, --help              Print help information
  -V, --version           Print version information

About

Very basic command-line static HTTP server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages