Skip to content

evdlabs/basic-python-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Python HTTP Server (BPHS)

Command-line static HTTP server build upon Python HTTPServer from standard library.

No additional dependencies required.

Installation

One-file bundled executable can be downloaded from the Releases section.

Usage

bphs [-h] [-p] [-d] [-l]

-h, --help     show help message and exit
-p, --port     port to use [8080]
-d, --dir      directory to serve [current directory]
-l, --listing  enable directory listing

About

Command-line static HTTP server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages