{"id":20771959,"url":"https://github.com/krescruz/http-handler-light","last_synced_at":"2026-04-24T19:33:43.941Z","repository":{"id":73716647,"uuid":"102764865","full_name":"krescruz/http-handler-light","owner":"krescruz","description":"Http request \u0026 response handler light with jQuery","archived":false,"fork":false,"pushed_at":"2017-09-07T17:53:28.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T20:29:20.714Z","etag":null,"topics":["ajax","http","jquery","light","request","response"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/krescruz.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":"2017-09-07T17:13:11.000Z","updated_at":"2017-09-07T19:16:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d9c4e2e-8b07-469e-b815-b2781fe8819a","html_url":"https://github.com/krescruz/http-handler-light","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krescruz/http-handler-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krescruz%2Fhttp-handler-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krescruz%2Fhttp-handler-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krescruz%2Fhttp-handler-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krescruz%2Fhttp-handler-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krescruz","download_url":"https://codeload.github.com/krescruz/http-handler-light/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krescruz%2Fhttp-handler-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["ajax","http","jquery","light","request","response"],"created_at":"2024-11-17T12:18:15.302Z","updated_at":"2026-04-24T19:33:43.925Z","avatar_url":"https://github.com/krescruz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Request HTTP\n```javascript\nhttpRequest.get(url, data);\nhttpRequest.post(url, data);\n```\n\n#### Response HTTP\n```javascript\nhttpResponse.success(...);\nhttpResponse.fail(...);\n```\n\n#### But how do I use it?\n```javascript\nvar url = '../endpoint/';\nvar data = {'name': 'kres', 'lastname': 'cruz'};\n\n//Answer a promise\nhttpRequest.post(url, data)\n  .then(httpResponse.success, httpResponse.fail);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrescruz%2Fhttp-handler-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrescruz%2Fhttp-handler-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrescruz%2Fhttp-handler-light/lists"}