{"id":23388393,"url":"https://github.com/xuoe/httpcode","last_synced_at":"2025-04-08T13:23:48.303Z","repository":{"id":64297723,"uuid":"425816006","full_name":"xuoe/httpcode","owner":"xuoe","description":"\"Which HTTP code was it?\"","archived":false,"fork":false,"pushed_at":"2022-11-18T07:23:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T09:40:56.414Z","etag":null,"topics":["http","http-code"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuoe.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}},"created_at":"2021-11-08T11:46:45.000Z","updated_at":"2022-11-12T16:06:48.000Z","dependencies_parsed_at":"2023-01-15T09:01:43.841Z","dependency_job_id":null,"html_url":"https://github.com/xuoe/httpcode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuoe%2Fhttpcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuoe%2Fhttpcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuoe%2Fhttpcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuoe%2Fhttpcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuoe","download_url":"https://codeload.github.com/xuoe/httpcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247848585,"owners_count":21006279,"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":["http","http-code"],"created_at":"2024-12-22T02:19:40.882Z","updated_at":"2025-04-08T13:23:48.282Z","avatar_url":"https://github.com/xuoe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Installation\n\n```\n$ go install github.com/xuoe/httpcode@latest\n```\n\n### Usage\n\n- Search by status code:\n    ```\n    $ httpcode 300 400\n    300  Multiple Choices\n    400  Bad Request\n    ```\n\n- Search by status text (case-insensitive, partial matches):\n    ```\n    $ httpcode accept Bad\n    202  Accepted\n    400  Bad Request\n    406  Not Acceptable\n    502  Bad Gateway\n    ```\n\n- Search by numeric glob pattern (`?` may be replaced by `_` to bypass shell quoting):\n    ```\n    $ httpcode __9\n    409  Conflict\n    429  Too Many Requests\n    ```\n    These are equivalent:\n    ```\n    # httpcode '1*'\n    # httpcode '1??'\n    $ httpcode 1__\n    100  Continue\n    101  Switching Protocols\n    102  Processing\n    103  Early Hints\n    ```\n\n- Include MDN links:\n    ```\n    $ httpcode -m 1__\n    100  Continue             https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100\n    101  Switching Protocols  https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101\n    102  Processing           https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/102\n    103  Early Hints          https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103\n    ```\n\nNote that since multiple arguments are supported, any combination of the above may be used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuoe%2Fhttpcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuoe%2Fhttpcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuoe%2Fhttpcode/lists"}