{"id":17251137,"url":"https://github.com/fumieval/taggant","last_synced_at":"2025-06-20T23:09:17.845Z","repository":{"id":37723540,"uuid":"495268847","full_name":"fumieval/taggant","owner":"fumieval","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-22T07:27:08.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-20T23:08:37.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/fumieval.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-05-23T05:21:56.000Z","updated_at":"2022-05-24T05:54:03.000Z","dependencies_parsed_at":"2022-08-27T02:39:44.483Z","dependency_job_id":null,"html_url":"https://github.com/fumieval/taggant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fumieval/taggant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Ftaggant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Ftaggant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Ftaggant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Ftaggant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumieval","download_url":"https://codeload.github.com/fumieval/taggant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Ftaggant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261032114,"owners_count":23100051,"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":[],"created_at":"2024-10-15T06:50:28.310Z","updated_at":"2025-06-20T23:09:12.836Z","avatar_url":"https://github.com/fumieval.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Usage\n----\n\nTaggants are metadata passed around via the `X-TAGGANT` http header.\n\nApply `Taggant.middleware` to your WAI application to keep track of taggants.\n\n```haskell\nimport Taggant qualified\n\napplication = Taggant.middleware $ ...\n```\n\nThis middleware stores the taggant in the Request's [vault](https://hackage.haskell.org/package/wai-3.2.3/docs/Network-Wai.html#v:vault). Apply `fromWaiRequest` to read the taggant.\n\n```haskell\nfromWaiRequest :: Request -\u003e Taggant\n```\n\nYou can pass the taggant to the logger, and/or other applications so that the trace of the request chain is more visible.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Ftaggant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumieval%2Ftaggant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Ftaggant/lists"}