{"id":36825632,"url":"https://github.com/michaelfmnk/httpstatusdogs","last_synced_at":"2026-01-12T14:04:24.456Z","repository":{"id":57731148,"uuid":"196071428","full_name":"michaelfmnk/httpstatusdogs","owner":"michaelfmnk","description":"Spring starter that provides a perfect description for your server's responses","archived":false,"fork":false,"pushed_at":"2022-05-15T16:26:05.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-25T13:56:21.540Z","etag":null,"topics":["dogs","fun","pet-project","spring","spring-boot","spring-boot-starter"],"latest_commit_sha":null,"homepage":"","language":"Java","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/michaelfmnk.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":"2019-07-09T19:31:54.000Z","updated_at":"2023-11-24T15:44:57.000Z","dependencies_parsed_at":"2022-09-26T22:01:48.748Z","dependency_job_id":null,"html_url":"https://github.com/michaelfmnk/httpstatusdogs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/michaelfmnk/httpstatusdogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfmnk%2Fhttpstatusdogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfmnk%2Fhttpstatusdogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfmnk%2Fhttpstatusdogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfmnk%2Fhttpstatusdogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelfmnk","download_url":"https://codeload.github.com/michaelfmnk/httpstatusdogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfmnk%2Fhttpstatusdogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dogs","fun","pet-project","spring","spring-boot","spring-boot-starter"],"created_at":"2026-01-12T14:04:24.340Z","updated_at":"2026-01-12T14:04:24.431Z","avatar_url":"https://github.com/michaelfmnk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HttpStatusDogs 🐶\n### Spring starter that provides a perfect description for your server's responses\n\n---\n[![Build Status](https://travis-ci.org/michaelfmnk/httpstatusdogs.svg?branch=master)](https://travis-ci.org/michaelfmnk/httpstatusdogs) \n\n\nHttpStatusDogs adds to Spring Context Controller Advice that adds to all server responses a header 'StatusDog'\nwith link to an image that properly represents what has actually happened. \nLink examples: \n - https://httpstatusdogs.com/img/100.jpg\n - https://httpstatusdogs.com/img/200.jpg\n - https://httpstatusdogs.com/img/500.jpg\n - etc.\n \n ### Usage\n \nTo start using HttpStatusDogs, just include the following dependency in your `build.gradle`\n```groovy\nimplementation 'dev.fomenko:httpstatusdogs:1.0.0'\n```\n\nor `pom.xml` file:\n```xml\n\n \u003cdependency\u003e\n    \u003cgroupId\u003edev.fomenko\u003c/groupId\u003e\n    \u003cartifactId\u003ehttpstatusdogs\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n \u003c/dependency\u003e\n```\n\n### Example\n\n```java\n  @RestController\n  class FakeController {\n         @GetMapping(\"/404\")\n         public String method404(HttpServletResponse response) {\n              response.setStatus(404);\n              return \"Test\";\n         }\n  }\n```\n  For the given RestController response will be:\n  \n```http request\nHTTP/1.1 404 \nStatusDog: https://httpstatusdogs.com/img/404.jpg\nContent-Type: text/plain;charset=UTF-8\nContent-Length: 5\nDate: Tue, 09 Jul 2019 20:42:44 GMT\n\nTest\n``` \n\n \n\n All images are provided by [HttpStatusDogs](https://httpstatusdogs.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfmnk%2Fhttpstatusdogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelfmnk%2Fhttpstatusdogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfmnk%2Fhttpstatusdogs/lists"}