LeoFVO / simple-http-get-server

Minimaliste TCP server implementing http get request and response. Multi threaded handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pima server

HTTP GET only is /tmp/pima by default

Info

  • Only provide static HTML pages at port 8080
  • all static pages under common folder : /static
  • 404 page at /404.html
  • one thread per http request

Configuration

--root root folder (/tmp/pima by default)
--ip IP served (0.0.0.0 by default)
--port TCP port (8080 by default)

Get started

Start project using
cargo run

About

Minimaliste TCP server implementing http get request and response. Multi threaded handling


Languages

Language:Rust 100.0%