{"id":22799069,"url":"https://github.com/thomd/httpgen","last_synced_at":"2026-04-27T22:33:05.823Z","repository":{"id":4579287,"uuid":"42962549","full_name":"thomd/httpgen","owner":"thomd","description":"Generate time-delayed web-resources for testing webpage performance","archived":false,"fork":false,"pushed_at":"2021-11-12T01:36:11.000Z","size":43,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T19:14:48.276Z","etag":null,"topics":["css","javascript","network-waterfall"],"latest_commit_sha":null,"homepage":"http://httpgen.herokuapp.com/","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/thomd.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":"2015-09-22T21:40:32.000Z","updated_at":"2020-11-28T14:27:46.000Z","dependencies_parsed_at":"2022-08-06T17:00:49.361Z","dependency_job_id":null,"html_url":"https://github.com/thomd/httpgen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomd/httpgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fhttpgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fhttpgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fhttpgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fhttpgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomd","download_url":"https://codeload.github.com/thomd/httpgen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fhttpgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["css","javascript","network-waterfall"],"created_at":"2024-12-12T07:07:49.866Z","updated_at":"2026-04-27T22:33:05.805Z","avatar_url":"https://github.com/thomd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP-Response Generator for Webpage Performance Tests\n\n[![Build Status](https://travis-ci.org/thomd/httpgen.png)](https://travis-ci.org/thomd/httpgen)\n[![Known Vulnerabilities](https://snyk.io/test/github/thomd/httpgen/badge.svg)](https://snyk.io/test/github/thomd/httpgen)\n\nGenerate dummy webpage resources like CSS, javascript and images for testing webpage performance patterns.\n\n## Install on Heroku\n\n    heroku login\n    heroku create\n    git push heroku master\n    heroku open\n\nor use\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/thomd/httpgen)\n\n## Usage\n\n### CSS\n\n    /css/\u003cdelay\u003e?/\u003csize\u003e?/\u003cname\u003e.css\n\n`\u003cdelay\u003e`: response time in seconds\n\n`\u003csize\u003e`: size of document in kilo-bytes\n\n`\u003cname\u003e`: name for the resource to identify easily in the developer-tools network waterfall\n\n### Javascript\n\n    /javascript/\u003cdelay\u003e?/\u003csize\u003e?/\u003ctime\u003e?/\u003cname\u003e.js\n\n`\u003cdelay\u003e`: response time in seconds\n\n`\u003csize\u003e`: size of document in kilo-bytes\n\n`\u003ctime\u003e`: runtime of the script when running in the browser in seconds\n\n`\u003cname\u003e`: name for the resource to identify easily in the developer-tools network waterfall\n\n### PNG Image\n\n    /image/\u003cdelay\u003e?/\u003cwidth\u003e?/\u003cheight\u003e?/\u003ccolor\u003e.png\n\n`\u003cdelay\u003e`: response time in seconds\n\n`\u003cwidth\u003e`: width of the image in pixel\n\n`\u003cheight\u003e`: height of the image in pixel\n\n`\u003ccolor\u003e`: color of the image in hex-code (without `#`) or prefix with `random`\n\n### QR-code Image\n\n    /qr/\u003cdelay\u003e?/\u003ccontent|request-header\u003e.png\n\n`\u003cdelay\u003e`: response time in seconds\n\n`\u003ccontent\u003e`: content of the QR-code\n\n`\u003crequest-header\u003e`: request header as content of the QR-code (for example: `referer`)\n\n### Timeout for simulating a single point of failure (SPOF)\n\n    /spof\n\n### JSON\n\nReturn clients IP address.\n\n    /json/\u003cdelay\u003e?/\u003csize\u003e?/\u003cname\u003e.json\n\n`\u003cdelay\u003e`: response time in seconds\n\n`\u003csize\u003e`: size of document in kilo-bytes\n\n`\u003cname\u003e`: name for the resource to identify easily in the developer-tools network waterfall\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomd%2Fhttpgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomd%2Fhttpgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomd%2Fhttpgen/lists"}