{"id":16754907,"url":"https://github.com/twof/boomerang","last_synced_at":"2025-10-07T12:47:09.602Z","repository":{"id":85705639,"uuid":"176052481","full_name":"twof/Boomerang","owner":"twof","description":"Vapor middleware for logging incoming requests","archived":false,"fork":false,"pushed_at":"2019-03-17T19:02:06.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-25T02:58:45.883Z","etag":null,"topics":["logging","swift","vapor","vapor-3"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/twof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-17T03:37:17.000Z","updated_at":"2019-03-18T17:11:09.000Z","dependencies_parsed_at":"2024-01-16T10:42:22.815Z","dependency_job_id":null,"html_url":"https://github.com/twof/Boomerang","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/twof/Boomerang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twof%2FBoomerang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twof%2FBoomerang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twof%2FBoomerang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twof%2FBoomerang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twof","download_url":"https://codeload.github.com/twof/Boomerang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twof%2FBoomerang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278778962,"owners_count":26044256,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["logging","swift","vapor","vapor-3"],"created_at":"2024-10-13T03:06:18.561Z","updated_at":"2025-10-07T12:47:09.570Z","avatar_url":"https://github.com/twof.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boomerang\n\nBoomerang is a middleware package that allows configurable logging of incoming requests.\n\n```swift\n// Request Logger\nlet boomerangMiddleware = BoomerangMiddleware { (req, logger) in\n    logger.info(\"Incoming request at \\(req.http.method.string) \\(req.http.urlString)\")\n}\nservices.register(boomerangMiddleware)\nmiddlewares.use(BoomerangMiddleware.self)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwof%2Fboomerang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwof%2Fboomerang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwof%2Fboomerang/lists"}