{"id":22769777,"url":"https://github.com/bfontaine/httpdoc","last_synced_at":"2025-04-15T03:14:26.141Z","repository":{"id":30585257,"uuid":"34140347","full_name":"bfontaine/httpdoc","owner":"bfontaine","description":":notebook: HTTP documentation right in your terminal.","archived":false,"fork":false,"pushed_at":"2018-03-05T22:49:17.000Z","size":148,"stargazers_count":36,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T03:14:19.887Z","etag":null,"topics":["cli","go","http","tool"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/bfontaine/httpdoc","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/bfontaine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-17T21:11:57.000Z","updated_at":"2025-01-28T19:31:33.000Z","dependencies_parsed_at":"2022-09-07T02:10:10.928Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/httpdoc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fhttpdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fhttpdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fhttpdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fhttpdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/httpdoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997079,"owners_count":21195799,"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","go","http","tool"],"created_at":"2024-12-11T15:15:42.096Z","updated_at":"2025-04-15T03:14:26.118Z","avatar_url":"https://github.com/bfontaine.png","language":"Go","readme":"# httpdoc\n\n**httpdoc** gives you direct access to HTTP documentation straight from\nyour terminal.\n\n[![GoDoc](https://godoc.org/github.com/bfontaine/httpdoc?status.svg)](https://godoc.org/github.com/bfontaine/httpdoc)\n[![Build Status](https://travis-ci.org/bfontaine/httpdoc.svg?branch=master)](https://travis-ci.org/bfontaine/httpdoc)\n\n## Usage\n\n    httpdoc \u003csomething\u003e\n\n### Examples\n\n    $ httpdoc 200           # =\u003e Doc about the status code\n    $ httpdoc content-type  # =\u003e Doc about the header field\n\n## Install\n\n    go get github.com/bfontaine/httpdoc\n\n`httpdoc` requires Go 1.2+.\n\n### Using Homebrew\n\nIf you use [Homebrew](http://brew.sh) or [Linuxbrew](http://linuxbrew.sh/) you\ncan install `httpdoc` with one command:\n\n```\nbrew install bfontaine/utils/httpdoc\n```\n\n## Go API\n\n```go\nimport (\n    \"fmt\"\n    \"github.com/bfontaine/httpdoc/httpdoc\"\n)\n\ndoc := httpdoc.DefaultDoc\ncode, _ := doc.GetStatusCode(\"200\")\nfmt.Println(code.PrettyString())\n```\n\n## Support\n\n| Resources                    | Support |\n|------------------------------|:-------:|\n| Standard status codes        | ✔       |\n| Standard header fields       | ✔       |\n| Standard methods             | ✔       |\n\n## See Also\n\n* [`rfc`][rfc-cli]: read RFCs in your terminal\n\n[rfc-cli]: https://github.com/bfontaine/rfc#rfc\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fhttpdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fhttpdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fhttpdoc/lists"}