{"id":17657766,"url":"https://github.com/livioribeiro/rust-tiny-http","last_synced_at":"2025-06-25T06:36:14.096Z","repository":{"id":34972862,"uuid":"39050754","full_name":"livioribeiro/rust-tiny-http","owner":"livioribeiro","description":"Small http server written in rust","archived":false,"fork":false,"pushed_at":"2015-08-07T13:07:15.000Z","size":224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T11:50:00.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livioribeiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-14T03:12:28.000Z","updated_at":"2015-07-14T03:16:06.000Z","dependencies_parsed_at":"2022-08-03T23:30:14.532Z","dependency_job_id":null,"html_url":"https://github.com/livioribeiro/rust-tiny-http","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livioribeiro%2Frust-tiny-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livioribeiro%2Frust-tiny-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livioribeiro%2Frust-tiny-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livioribeiro%2Frust-tiny-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livioribeiro","download_url":"https://codeload.github.com/livioribeiro/rust-tiny-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301999,"owners_count":20755514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T14:43:23.340Z","updated_at":"2025-03-30T10:10:33.193Z","avatar_url":"https://github.com/livioribeiro.png","language":"Rust","readme":"# tiny-http-server\n[![Build Status](https://travis-ci.org/livioribeiro/rust-tiny-http.svg?branch=master)](https://travis-ci.org/livioribeiro/rust-tiny-http)\n\nSmall http server written in rust\n\nThis is an experiment I started to learn the Rust language.\n\nI decided to make an Http server because it is a good challenge and I had a lot of fun building it.\n\nTo start the server, just clone this repo and run `$ cargo run` and the it will start listening at port 9000. To change the address the server will listen and enable directory listing, run `$ cargo run -- -a 127.0.0.1:80 -d` (or `$ cargo run -- --addr=127.0.0.1:80 --dir`)\n\nCurrently, you can only change the server root by editing `main.rs`.\n\n```rust\n\nfn main() {\n    // ...\n\n    // Edit here to change the server root\n    let path = env::home_dir().unwrap();\n\n    // ...\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivioribeiro%2Frust-tiny-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivioribeiro%2Frust-tiny-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivioribeiro%2Frust-tiny-http/lists"}