{"id":13393954,"url":"https://github.com/qustavo/httplab","last_synced_at":"2025-05-14T18:02:57.338Z","repository":{"id":37410456,"uuid":"81354891","full_name":"qustavo/httplab","owner":"qustavo","description":"The interactive web server","archived":false,"fork":false,"pushed_at":"2024-02-05T10:59:24.000Z","size":516,"stargazers_count":4077,"open_issues_count":13,"forks_count":122,"subscribers_count":65,"default_branch":"master","last_synced_at":"2025-05-13T12:54:42.027Z","etag":null,"topics":["cli","developer-tools","development","golang","http","httplab","inspector","testing","webserver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/qustavo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["gchaincl"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":"https://tippin.me/@gchaincl"}},"created_at":"2017-02-08T17:13:19.000Z","updated_at":"2025-05-13T01:37:03.000Z","dependencies_parsed_at":"2024-01-16T09:52:30.349Z","dependency_job_id":"2659ae21-444e-4ee9-b997-a2bd8f9125df","html_url":"https://github.com/qustavo/httplab","commit_stats":{"total_commits":144,"total_committers":21,"mean_commits":6.857142857142857,"dds":"0.22916666666666663","last_synced_commit":"005426c2557cc2365afcfd7a364a07dff70e9adc"},"previous_names":["gchaincl/httplab"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fhttplab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fhttplab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fhttplab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fhttplab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qustavo","download_url":"https://codeload.github.com/qustavo/httplab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198452,"owners_count":22030964,"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":["cli","developer-tools","development","golang","http","httplab","inspector","testing","webserver"],"created_at":"2024-07-30T17:01:03.594Z","updated_at":"2025-05-14T18:02:57.272Z","avatar_url":"https://github.com/qustavo.png","language":"Go","readme":"![HTTPLAB](https://github.com/gchaincl/httplab/blob/master/images/httplab_logo.png)\n\n[![Build Status](https://travis-ci.org/gchaincl/httplab.svg?branch=master)](https://travis-ci.org/gchaincl/httplab) [![Go Report Card](https://goreportcard.com/badge/github.com/gchaincl/httplab)](https://goreportcard.com/report/gchaincl/httplab) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\nThe interactive web server.\n\nHTTPLabs let you inspect HTTP requests and forge responses.\n\n---\n![screencast](images/screencast.gif)\n\n# Install\n### Golang\n```bash\ngo install github.com/gchaincl/httplab/cmd/httplab@latest\n```\n\n### Archlinux\n```\nyaourt httplab\n```\n\n### ~Snap~ [FIXME](https://github.com/gchaincl/httplab/issues/78)\nOn [systems](https://snapcraft.io/docs/core/install) where snap is supported:\n```\nsnap install httplab\n```\n\n### Binary distribution\nEach release provides pre-built binaries for different architectures, you can download them here: https://github.com/gchaincl/httplab/releases/latest\n\n## Help\n```\nUsage of httplab:\n  -a, --auto-update       Auto-updates response when fields change. (default true)\n  -b, --body string       Specifies the inital response body. (default \"Hello, World\")\n  -c, --config string     Specifies custom config path.\n      --cors              Enable CORS.\n      --cors-display      Display CORS requests. (default true)\n  -d, --delay int         Specifies the initial response delay in ms.\n  -H, --headers strings   Specifies the initial response headers. (default [X-Server:HTTPLab])\n  -p, --port int          Specifies the port where HTTPLab will bind to. (default 10080)\n  -s, --status string     Specifies the initial response status. (default \"200\")\n  -v, --version           Prints current version.\n```\n\n### Key Bindings\nKey                                     | Description\n----------------------------------------|---------------------------------------\n\u003ckbd\u003eTab\u003c/kbd\u003e                          | Next Input\n\u003ckbd\u003eShift+Tab\u003c/kbd\u003e                    | Previous Input\n\u003ckbd\u003eCtrl+a\u003c/kbd\u003e                       | Apply Response changes\n\u003ckbd\u003eCtrl+r\u003c/kbd\u003e                       | Resets Request history\n\u003ckbd\u003eCtrl+s\u003c/kbd\u003e                       | Save Response as\n\u003ckbd\u003eCtrl+f\u003c/kbd\u003e                       | Save Request as\n\u003ckbd\u003eCtrl+l\u003c/kbd\u003e                       | Toggle Responses list\n\u003ckbd\u003eCtrl+t\u003c/kbd\u003e                       | Toggle Response builder\n\u003ckbd\u003eCtrl+o\u003c/kbd\u003e                       | Open Body file\n\u003ckbd\u003eCtrl+b\u003c/kbd\u003e                       | Switch Body mode\n\u003ckbd\u003eCtrl+h\u003c/kbd\u003e                       | Toggle Help\n\u003ckbd\u003eCtrl+w\u003c/kbd\u003e                       | Toggle line wrapping\n\u003ckbd\u003eq\u003c/kbd\u003e                            | Close popup\n\u003ckbd\u003ePgUp\u003c/kbd\u003e                         | Previous Request\n\u003ckbd\u003ePgDown\u003c/kbd\u003e                       | Next Request\n\u003ckbd\u003eCtrl+c\u003c/kbd\u003e                       | Quit\n\nHTTPLab uses file to store pre-built responses, it will look for a file called `.httplab` on the current directory if not found it will fallback to `$HOME`.\nA sample file can be found [here](https://github.com/gchaincl/httplab/blob/master/.httplab.sample).\n\n_HTTPLab is heavily inspired by [wuzz](https://github.com/asciimoo/wuzz)_\n","funding_links":["https://github.com/sponsors/gchaincl","https://tippin.me/@gchaincl"],"categories":["Go","Relational Databases","Networking","cli","golang"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqustavo%2Fhttplab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqustavo%2Fhttplab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqustavo%2Fhttplab/lists"}