18 lines
324 B
Markdown
18 lines
324 B
Markdown
# httpserve
|
|
|
|
A **very simple** HTTP server that might come in handy from time to time.
|
|
|
|
The only thing it does is serve static files in the current directory.
|
|
|
|
## Usage
|
|
|
|
```
|
|
httpserve [port_number]
|
|
```
|
|
|
|
The default port number is `8080`.
|
|
|
|
## Warning: Unencrypted
|
|
|
|
**Do not share sensitive content over untrusted networks.**
|