https://github.com/ryym/rust-simple-http-server
https://github.com/ryym/rust-simple-http-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryym/rust-simple-http-server
- Owner: ryym
- Created: 2017-11-26T11:20:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T12:49:34.000Z (about 7 years ago)
- Last Synced: 2025-01-17T15:47:08.152Z (4 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
- All requests are handled as GET
- Ignore all request headers (No Keep-Alive, HTTP Cache, redirect, etc)