{"id":19337512,"url":"https://github.com/behemehal/menemen","last_synced_at":"2026-03-27T04:21:13.259Z","repository":{"id":57637976,"uuid":"445268978","full_name":"behemehal/Menemen","owner":"behemehal","description":"A streaming http/https request library","archived":false,"fork":false,"pushed_at":"2025-02-14T14:39:19.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T01:40:43.610Z","etag":null,"topics":["client","http","https","rust","streaming"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/menemen","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/behemehal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-06T18:19:42.000Z","updated_at":"2022-08-25T20:10:53.000Z","dependencies_parsed_at":"2024-08-29T13:30:53.172Z","dependency_job_id":"a0282e02-85b3-40c9-99fb-b96e09110870","html_url":"https://github.com/behemehal/Menemen","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"d045c22066ec499ad8688f11adff4b69dd92c2cd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behemehal%2FMenemen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behemehal%2FMenemen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behemehal%2FMenemen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behemehal%2FMenemen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behemehal","download_url":"https://codeload.github.com/behemehal/Menemen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352210,"owners_count":21416454,"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":["client","http","https","rust","streaming"],"created_at":"2024-11-10T03:14:37.304Z","updated_at":"2026-03-27T04:21:13.209Z","avatar_url":"https://github.com/behemehal.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Menemen\n\n[![Crates.io Version](https://img.shields.io/crates/v/menemen?logo=rust)](https://crates.io/crates/menemen)\n[![Documentation](https://docs.rs/menemen/badge.svg)](https://docs.rs/menemen)\n\nMenemen is a Turkish food and also simple streaming http/https client.\n\n```rust\nuse std::io::{Write, Read};\nuse menemen::request::{Request, RequestTypes};\n\nfn main() {\n    let mut request = Request::new(\"http://postman-echo.com/get\", RequestTypes::GET).unwrap();\n    let mut response = request.send().unwrap();\n    let mut text_buffer = Vec::new();\n    response.stream.read_to_end(\u0026mut text_buffer);\n    println!(\"Text: {}\", String::from_utf8_lossy(\u0026text_buffer));\n}\n```\n\n## Examples\n\nYou can find examples [here](https://github.com/behemehal/Menemen/tree/main/examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehemehal%2Fmenemen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehemehal%2Fmenemen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehemehal%2Fmenemen/lists"}