Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmquigs/rotor-webserver
https://github.com/jmquigs/rotor-webserver
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmquigs/rotor-webserver
- Owner: jmquigs
- Created: 2015-12-02T03:36:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T18:05:07.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T22:41:20.430Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple http web server, mostly based on rotor-http.
* Always returns the same response.
* Does not parse http headers.
* Keeps connection alive (for benchmarking).
#### Other versions:
* LibUV: https://github.com/jmquigs/libuv-webserver
* mio direct: https://github.com/jmquigs/mio-webserver