{"id":24255920,"url":"https://github.com/3on/httppp","last_synced_at":"2026-05-30T18:31:23.461Z","repository":{"id":1924507,"uuid":"2852700","full_name":"3on/httppp","owner":"3on","description":"y another http client wrapper for node.js","archived":false,"fork":false,"pushed_at":"2012-01-25T16:57:20.000Z","size":165,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T19:31:49.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/3on.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":"2011-11-25T21:35:22.000Z","updated_at":"2013-10-05T22:42:27.000Z","dependencies_parsed_at":"2022-09-15T06:41:22.540Z","dependency_job_id":null,"html_url":"https://github.com/3on/httppp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/3on/httppp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3on%2Fhttppp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3on%2Fhttppp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3on%2Fhttppp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3on%2Fhttppp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3on","download_url":"https://codeload.github.com/3on/httppp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3on%2Fhttppp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33705207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-15T04:22:20.723Z","updated_at":"2026-05-30T18:31:23.445Z","avatar_url":"https://github.com/3on.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"HTTPpp\n=======\n\nWhat is it ?\n------------\nHTTPpp is a wrapper on top of node's http client module. It is meant to be easy to use and to bring cool features such as cookies sessions with stacked queries and JSDOM with parsor HTML5. \n\n\nExamples\n--------\n\n    var httppp = require('httppp')\n    httppp.session({name:'example.com', stacked: true, jdom: true})\n    \n    httppp.post('/login', {login: 'dude', password: '123456'}, cb)\n    httppp.get('/', [{}], cb)\n    \n    // {url: , data: , cb: , session: }\n    httppp.post({url: '/login', data: {login: 'dude', password: '123456'} cb: cb})\n    httppp.get({url: '/',data: {}, cb: cb})\n    \n    httppp.run('name', [cb])","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3on%2Fhttppp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3on%2Fhttppp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3on%2Fhttppp/lists"}