{"id":72690,"library":"fibers-http-server","title":"Fibers HTTP Server","description":"A tiny HTTP/1.1 server framework.","status":"active","version":"0.3.0","language":"rust","source_language":null,"source_url":"https://github.com/sile/fibers_http_server","tags":["http","server","framework","tiny"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfibers_http_server = \"0.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fibers_http_server","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Server","correct":"use fibers_http_server::Server;"}],"quickstart":{"code":"use fibers_http_server::Server;\n\nfn main() {\n    let _server = Server::new(\"127.0.0.1:8080\").unwrap();\n}","lang":"rust","description":"Creates a new HTTP server listening on localhost:8080."},"warnings":[],"env_vars":null,"search_vec":"'fiber':1 'framework':8,11 'http':2,9 'http/1.1':6 'server':3,7,10 'tini':5,12","created_at":"2026-06-17T18:41:52.616320+00:00","updated_at":"2026-06-17T18:41:52.616320+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sile/fibers_http_server","github":"https://github.com/sile/fibers_http_server","docs":"https://docs.rs/fibers_http_server/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}