{"id":17299038,"url":"https://github.com/strongjz/http-trace","last_synced_at":"2025-03-26T21:23:30.864Z","repository":{"id":57531139,"uuid":"196056211","full_name":"strongjz/http-trace","owner":"strongjz","description":"golang http tracing","archived":false,"fork":false,"pushed_at":"2019-07-11T20:31:46.000Z","size":1472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T10:44:44.059Z","etag":null,"topics":["go","golang","http","tracing"],"latest_commit_sha":null,"homepage":null,"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/strongjz.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":"2019-07-09T17:45:44.000Z","updated_at":"2019-07-11T20:33:37.000Z","dependencies_parsed_at":"2022-09-26T18:22:04.794Z","dependency_job_id":null,"html_url":"https://github.com/strongjz/http-trace","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/strongjz%2Fhttp-trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2Fhttp-trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2Fhttp-trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2Fhttp-trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strongjz","download_url":"https://codeload.github.com/strongjz/http-trace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245737040,"owners_count":20664026,"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":["go","golang","http","tracing"],"created_at":"2024-10-15T11:20:50.396Z","updated_at":"2025-03-26T21:23:30.840Z","avatar_url":"https://github.com/strongjz.png","language":"Go","readme":"# http-trace\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/strongjz/http-trace)](https://goreportcard.com/report/github.com/strongjz/http-trace)\n\nRecord information about HTTP requests\n\n[Docker Repo](https://hub.docker.com/r/strongjz/http-trace)\n\nBuilding both windows and linux \n\n```bash\nmake build-all \n```\n\nStand alone binary\n\n```bash\n./http-trace --method get --url \"https://google.com/\"\n```\n\nCreate the docker image \n```bash\n make docker-image VERSION=0.0.2\n```\n\nRun http-tracer\n\n```bash\ndocker run --rm -it strongjz/http-trace:0.0.2 --method get --url \"https://google.com/\"\n\n2019/07/11 20:17:34 req: get / HTTP/1.1\nHost: google.com\n\n2019/07/11 20:17:34 DNS result google.com.      299     IN      A       172.217.6.110\n2019/07/11 20:17:34 URL Scheme:         https\n2019/07/11 20:17:34 URL host:   google.com\n2019/07/11 20:17:34 URL Path:   /\n2019/07/11 20:17:34 Name Server:        0xc00007ad00\n2019/07/11 20:17:34 Connection Time:    125.480783ms\n2019/07/11 20:17:34 DNS Lookup:         90.651642ms\n2019/07/11 20:17:34 Name lookup:        90.651642ms\n2019/07/11 20:17:34 Pretransfer:        261.766508ms\n2019/07/11 20:17:34 Server Processing:  46.996239ms\n2019/07/11 20:17:34 Start Transfer:     309.844351ms\n2019/07/11 20:17:34 TCP Connection:     34.819129ms\n2019/07/11 20:17:34 TLS  Handshake:     136.20805ms\n2019/07/11 20:17:34 Status Code:        405\n2019/07/11 20:17:34 Entire timing:      374.708861ms\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongjz%2Fhttp-trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongjz%2Fhttp-trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongjz%2Fhttp-trace/lists"}