{"id":17645566,"url":"https://github.com/sgaunet/http-echo","last_synced_at":"2025-03-30T07:15:21.097Z","repository":{"id":111421406,"uuid":"466840590","full_name":"sgaunet/http-echo","owner":"sgaunet","description":"webserver that prints miscellaneous informations about the http request.","archived":false,"fork":false,"pushed_at":"2024-10-12T13:09:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T09:19:03.617Z","etag":null,"topics":["echo","http","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/sgaunet.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-06T19:52:32.000Z","updated_at":"2024-10-12T13:09:51.000Z","dependencies_parsed_at":"2024-06-21T03:59:41.103Z","dependency_job_id":"1a35ce83-fee1-4399-a4b9-12251225cb41","html_url":"https://github.com/sgaunet/http-echo","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/sgaunet%2Fhttp-echo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fhttp-echo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fhttp-echo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fhttp-echo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgaunet","download_url":"https://codeload.github.com/sgaunet/http-echo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285817,"owners_count":20752957,"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":["echo","http","webserver"],"created_at":"2024-10-23T10:57:21.615Z","updated_at":"2025-03-30T07:15:21.077Z","avatar_url":"https://github.com/sgaunet.png","language":"Go","readme":"[![GitHub release](https://img.shields.io/github/release/sgaunet/http-echo.svg)](https://github.com/sgaunet/http-echo/releases/latest)\n[![Go Report Card](https://goreportcard.com/badge/github.com/sgaunet/http-echo)](https://goreportcard.com/report/github.com/sgaunet/http-echo)\n![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/http-echo/total)\n[![Maintainability](https://api.codeclimate.com/v1/badges/82203a820d424b9b12e9/maintainability)](https://codeclimate.com/github/sgaunet/http-echo/maintainability)\n[![GoDoc](https://godoc.org/github.com/sgaunet/http-echo?status.svg)](https://godoc.org/github.com/sgaunet/http-echo)\n[![License](https://img.shields.io/github/license/sgaunet/http-echo.svg)](LICENSE)\n\n# http-echo\n\nJust a webserver that prints miscellaneous informations about the http request. It can be used to play with docker and kubernetes.\n\n```\n$ docker-compose up -d\n...\n$  curl -i http://localhost:8080/hello?t=toto\nHTTP/1.1 200 OK\nDate: Thu, 10 Mar 2022 16:21:11 GMT\nContent-Length: 374\nContent-Type: text/plain; charset=utf-8\n\nr.URL.Query() :\nt =\u003e [toto]\nEnd r.URL.Query()\n\nHeaders :\nUser-Agent =\u003e [curl/7.68.0]\nAccept =\u003e [*/*]\nEnd Headers\n\nr.PostForm: map[]\nr.RequestURI: /hello?t=toto\nr.URL.Query(): map[t:[toto]]\nr.Form: map[]\nbody: \nurl.ParseQuery(string(body))End url.ParseQuery(string(body))\n\nMethod: GET\nHost: localhost:8080\nProto: HTTP/1.1\nRemote Addr: 172.18.0.1:43454\nHostname: 633b9fd87484\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaunet%2Fhttp-echo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgaunet%2Fhttp-echo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaunet%2Fhttp-echo/lists"}