2023-03-04 17:28:13 +09:00
|
|
|
# httpserve
|
|
|
|
|
|
|
|
A **very simple** HTTP server that might come in handy from time to time.
|
|
|
|
|
|
|
|
The only thing it does is serving static files in the current directory.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
httpserve [port_number]
|
|
|
|
```
|
|
|
|
|
2023-03-04 17:53:00 +09:00
|
|
|
The default port number is `8080`.
|
2023-03-04 19:56:31 +09:00
|
|
|
|
|
|
|
## Warning: Unencrypted
|
|
|
|
|
|
|
|
**Do not share sensitive content over untrusted networks.**
|