{"id":19704339,"url":"https://github.com/tinymind/lshttpgetmanager","last_synced_at":"2025-08-20T20:22:16.002Z","repository":{"id":16048290,"uuid":"18792276","full_name":"tinymind/LSHttpGetManager","owner":"tinymind","description":"A lightweight http get request manager, easy to download data from a static url.","archived":false,"fork":false,"pushed_at":"2014-04-15T08:55:42.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T11:59:11.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinymind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-15T08:08:26.000Z","updated_at":"2014-11-13T06:51:32.000Z","dependencies_parsed_at":"2022-09-24T11:01:45.089Z","dependency_job_id":null,"html_url":"https://github.com/tinymind/LSHttpGetManager","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/tinymind%2FLSHttpGetManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinymind%2FLSHttpGetManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinymind%2FLSHttpGetManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinymind%2FLSHttpGetManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinymind","download_url":"https://codeload.github.com/tinymind/LSHttpGetManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241019993,"owners_count":19895353,"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-11-11T21:22:03.665Z","updated_at":"2025-02-27T13:45:07.784Z","avatar_url":"https://github.com/tinymind.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"LSHttpGetManager\n================\n\nA lightweight http get request manager, easy to download data from a static url.\n\n####A lightweight http tool to request data\n\nLSHttpGetManager is a wrapper of NSURLConnection. It sends a http url and return the received data from web server.\n\n####Installation\n\nJust download and copy the [LSHttpGetManager](https://github.com/tinymind/LSHttpGetManager/tree/master/LSHttpGetManager) to your project.\n\nOr:\n\n```cpp\n\n$ git https://github.com/tinymind/LSHttpGetManager.git\n```\n\n####Usage\n\n```cpp\n\n#import \"LSHttpGetManager.h\"\n\n- (void)onDownloadButtonTouched:(id)sender\n{\n  [[LSHttpGetManager sharedObject] sendHttpRequestWithUrl:self.url taskKey:self.taskKey completion:^(BOOL succeed, NSData *recvData, NSError *error) {\n            if (succeed) {\n                self.imgView.image = [UIImage imageWithData:recvData];\n            }\n        }];\n\n}\n```\n\n####Example\n\n![Example](https://github.com/tinymind/LSHttpGetManager/raw/master/example.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinymind%2Flshttpgetmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinymind%2Flshttpgetmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinymind%2Flshttpgetmanager/lists"}