https://github.com/robbycbennett/serve
Simple single-threaded HTTP file server
https://github.com/robbycbennett/serve
developer-tool http personal web
Last synced: about 1 year ago
JSON representation
Simple single-threaded HTTP file server
- Host: GitHub
- URL: https://github.com/robbycbennett/serve
- Owner: RobbyCBennett
- Created: 2023-11-03T19:33:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T01:18:54.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:42:37.133Z (about 1 year ago)
- Topics: developer-tool, http, personal, web
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serve
`serve` is a simple single-threaded HTTP file server. It takes no arguments, which makes it easy to use after installation. It's a simple tool for local web development. It's useful when you want to send requests to other servers.
Customize the following in the file `main.rs`
* Port: 8080
* Preferred public directory: "public" otherwise "."
* Content types
* More if you want to change it