{"id":13609964,"url":"https://github.com/sterchelen/hssp","last_synced_at":"2025-04-12T22:32:13.350Z","repository":{"id":38314196,"uuid":"492005140","full_name":"sterchelen/hssp","owner":"sterchelen","description":"CLI to avoid remembering the http status codes","archived":false,"fork":false,"pushed_at":"2023-07-30T00:27:02.000Z","size":26,"stargazers_count":133,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-07T16:41:31.602Z","etag":null,"topics":["cli","http"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sterchelen.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}},"created_at":"2022-05-13T18:40:55.000Z","updated_at":"2024-09-16T03:43:31.000Z","dependencies_parsed_at":"2024-01-14T06:56:22.993Z","dependency_job_id":null,"html_url":"https://github.com/sterchelen/hssp","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/sterchelen%2Fhssp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sterchelen%2Fhssp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sterchelen%2Fhssp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sterchelen%2Fhssp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sterchelen","download_url":"https://codeload.github.com/sterchelen/hssp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248640926,"owners_count":21138114,"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","http"],"created_at":"2024-08-01T19:01:39.794Z","updated_at":"2025-04-12T22:32:13.126Z","avatar_url":"https://github.com/sterchelen.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# hssp\n\n[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev)\n\nhssp for Http StatuS where the two capitals S replace the two ts of `http`.\n\n## Why?\nThis CLI is here to help you find/remember the meaning of an http status code.\n\nHistorically speaking, this tool was written after struggling with my memory to find the meaning of a code.\nSome tools already exist but installing Node.js is too much for me...\n\n## Installation\n### From source\nTo install hssp, first you need to install the dependencies:\n\n* Arch Linux  \n```bash\npacman -S go make\n```\n\nThen, run:\n```bash\nmake build\nmake install\n```\n\n## Quick start\n### Code\n```bash\n$ hssp code --help\nThis command displays the description for the given http code\nwith its corresponding class and its RFC.\n\nUsage:\n  hssp code CODE [...] [flags]\n\nFlags:\n  -h, --help   help for code\n```\n#### Meaning of 204\n```bash\n$ hssp code 204\n+------+------------+-------------+---------+\n| CODE |   CLASS    | DESCRIPTION |   RFC   |\n+------+------------+-------------+---------+\n|  204 | Successful | No Content  | RFC7231 |\n+------+------------+-------------+---------+\n```\n\n### Class\n```bash\n$ hssp class --help\nThis command displays the list of http status codes corresponding\nto the given class, which may be specified as a number (1-5),\na class category string (1xx, 2xx, 3xx, 4xx, 5xx),\nor the class name, i.e. informational, successful, redirect, clienterror,\nor servererror\n\nUsage:\n  hssp class [CLASS | NAME] [...] [flags]\n\nFlags:\n  -h, --help   help for class\n```\n#### List of status codes for the Successful class\n```bash\n$ hssp class 2\n+------+------------+-------------------------------+---------+\n| CODE |   CLASS    |          DESCRIPTION          |   RFC   |\n+------+------------+-------------------------------+---------+\n|  200 | Successful | OK                            | RFC7231 |\n|  201 | Successful | Created                       | RFC7231 |\n|  202 | Successful | Accepted                      | RFC7231 |\n|  203 | Successful | Non-Authoritative Information | RFC7231 |\n|  204 | Successful | No Content                    | RFC7231 |\n|  205 | Successful | Reset Content                 | RFC7231 |\n|  206 | Successful | Partial Content               | RFC7231 |\n|  207 | Successful | Multi-Status                  | RFC4918 |\n|  208 | Successful | Already Reported              | RFC5842 |\n|  226 | Successful | IM Used                       | RFC3229 |\n+------+------------+-------------------------------+---------+\n```\n\n## Contribution\nNo other words than \"Welcome guys\" :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsterchelen%2Fhssp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsterchelen%2Fhssp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsterchelen%2Fhssp/lists"}