{"id":15170197,"url":"https://github.com/znitche/microhttp","last_synced_at":"2026-01-28T12:01:49.816Z","repository":{"id":243941095,"uuid":"813813130","full_name":"zNitche/microHTTP","owner":"zNitche","description":"minimal async HTTP client for micropython","archived":false,"fork":false,"pushed_at":"2024-07-14T17:00:42.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T22:02:47.670Z","etag":null,"topics":["async","http-client","http-requests","micropython"],"latest_commit_sha":null,"homepage":"","language":"Python","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/zNitche.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":"2024-06-11T19:43:51.000Z","updated_at":"2024-07-17T18:26:13.000Z","dependencies_parsed_at":"2024-06-23T03:42:18.380Z","dependency_job_id":"320a4b94-e1cf-484b-b7b8-f3126c8dd695","html_url":"https://github.com/zNitche/microHTTP","commit_stats":null,"previous_names":["znitche/microhttp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zNitche/microHTTP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FmicroHTTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FmicroHTTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FmicroHTTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FmicroHTTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zNitche","download_url":"https://codeload.github.com/zNitche/microHTTP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FmicroHTTP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"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":["async","http-client","http-requests","micropython"],"created_at":"2024-09-27T08:00:48.448Z","updated_at":"2026-01-28T12:01:49.801Z","avatar_url":"https://github.com/zNitche.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## microHTTP\n\nminimal async HTTP client for micropython\n\n### Local installation (for development)\n```\npython3 -m build --sdist\npip3 install dist/microhttp-\u003cVERSION\u003e.tar.gz\n```\n\n#### Microcontroller installation\n#### Get package from GitHub release\n\n1. Get `.zip` package (replace `\u003cVERSION\u003e` with release number, for instance `v1.0.1`)\n```\nwget -O microHTTP.zip https://github.com/zNitche/microHTTP/releases/download/\u003cVERSION\u003e/microHTTP-\u003cVERSION\u003e.zip\n```\n\n2. Unpack archive and add its content to your project (don't forget to include it in `.gitignore`)\n```\nunzip microHTTP.zip\ncp -r microHTTP \u003cPROJECT_PATH\u003e/microHTTP\n```\n\n3. Flash microcontroller and you are good to go.\n\n##### As a MicroPython frozen module\nSee Micropython [docs](https://docs.micropython.org/en/latest/reference/manifest.html#manifest).\n\nin short copy `microHTTP` package to `[micropython_src_dir]/ports/rp2/modules` and run\n```\nmake -C ports/rp2 BOARD=RPI_PICO_W\n```\n\n### Development\npackages in `requirements.txt` are used for development / build\n\n```\npip3 install -r requirements.txt\n```\n\n#### Remote Shell\nfor flashing pico you can use `rshell`\n```\npip3 install rshell==0.0.32\n```\n\nenter REPL\n```\nrshell \nrepl\n```\n\nflash\n```\nrshell -f commands/flash\n```\n\nclear all files\n```\nrshell -f commands/wipe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznitche%2Fmicrohttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznitche%2Fmicrohttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznitche%2Fmicrohttp/lists"}