{"id":14995797,"url":"https://github.com/thatstoasty/floki","last_synced_at":"2026-02-22T16:44:21.301Z","repository":{"id":222054526,"uuid":"753756930","full_name":"thatstoasty/floki","owner":"thatstoasty","description":"Simple socket wrapper and http client for Mojo","archived":false,"fork":false,"pushed_at":"2026-02-03T03:24:49.000Z","size":270,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T18:41:33.943Z","etag":null,"topics":["http-client","mojo","socket"],"latest_commit_sha":null,"homepage":"","language":"Mojo","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/thatstoasty.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-06T18:28:08.000Z","updated_at":"2025-12-09T22:22:31.000Z","dependencies_parsed_at":"2024-09-24T16:22:55.477Z","dependency_job_id":"d08280cb-a7d0-49dc-a6d0-1777831d7b72","html_url":"https://github.com/thatstoasty/floki","commit_stats":null,"previous_names":["thatstoasty/mojo-http-client","thatstoasty/floki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thatstoasty/floki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatstoasty%2Ffloki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatstoasty%2Ffloki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatstoasty%2Ffloki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatstoasty%2Ffloki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatstoasty","download_url":"https://codeload.github.com/thatstoasty/floki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatstoasty%2Ffloki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29718669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["http-client","mojo","socket"],"created_at":"2024-09-24T16:19:49.402Z","updated_at":"2026-02-22T16:44:21.272Z","avatar_url":"https://github.com/thatstoasty.png","language":"Mojo","funding_links":[],"categories":["HTTP Framework"],"sub_categories":[],"readme":"# floki\n\n![Mojo 25.4](https://img.shields.io/badge/Mojo%F0%9F%94%A5-25.4-purple)\n\nA barebones HTTP/1.1 client for Mojo using only Mojo and external C calls.\n\nPlease check out the `src/test.mojo` for an example of how to use the client for now. I will add documentation later.\n\n```mojo\nfrom floki.session import Session, TCPConnection\n\nfn main() raises -\u003e None:\n    var client = Session()\n    var response = client.post(\n        \"http://jsonplaceholder.typicode.com/todos\",\n        {\"Content-Type\": \"application/json\"},\n        data={\"key1\": \"value1\", \"key2\": \"value2\"},\n    )\n    print(\"POST Response Status Code:\", response.status_code)\n    for pair in response.body.as_dict().items():\n        print(pair.key, \":\", pair.value)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatstoasty%2Ffloki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatstoasty%2Ffloki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatstoasty%2Ffloki/lists"}