{"id":19680269,"url":"https://github.com/drewolson/purescript-biscotti-cookie","last_synced_at":"2026-01-30T00:04:14.490Z","repository":{"id":35103825,"uuid":"205060136","full_name":"drewolson/purescript-biscotti-cookie","owner":"drewolson","description":"Utilities for parsing and generating cookie headers in PureScript","archived":false,"fork":false,"pushed_at":"2023-03-05T22:44:33.000Z","size":202,"stargazers_count":5,"open_issues_count":5,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T19:14:27.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/drewolson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-29T02:03:45.000Z","updated_at":"2023-07-25T14:28:37.000Z","dependencies_parsed_at":"2025-02-27T06:33:08.172Z","dependency_job_id":"fce81a9a-fc3b-420e-9138-636d93ceb937","html_url":"https://github.com/drewolson/purescript-biscotti-cookie","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/drewolson/purescript-biscotti-cookie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fpurescript-biscotti-cookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fpurescript-biscotti-cookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fpurescript-biscotti-cookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fpurescript-biscotti-cookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewolson","download_url":"https://codeload.github.com/drewolson/purescript-biscotti-cookie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fpurescript-biscotti-cookie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28891319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-11T18:04:36.285Z","updated_at":"2026-01-30T00:04:14.475Z","avatar_url":"https://github.com/drewolson.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-biscotti-cookie\n\n[![Build\nStatus](https://github.com/drewolson/purescript-biscotti-cookie/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/drewolson/purescript-biscotti-cookie/actions/workflows/test.yml)\n\nDocumentation is available on\n[Pursuit](https://pursuit.purescript.org/packages/purescript-biscotti-cookie).\n\nThis library allows parsing and generating cookie headers. You'll generally use\nthe `Cookie.new` function to create a cookie from a name/value pair and the\n`Cookie.set*` functions to set attributes on a cookie.\n\n`Cookie.stringify` generates the string representation of a cookie, suitable for\nwriting to an HTTP header.\n\n`Cookie.parse` parses the string representation of a cookie, returning an\n`Either ParseError Cookie`.\n\n```purescript\nimport Biscotti.Cookie as Cookie\n\n\u003e Cookie.stringify $ Cookie.setSecure $ Cookie.new \"key\" \"value\"\nkey=value; Secure\n\n\u003e Cookie.parse \"key=value; Secure\"\n(Right { domain: Nothing, expires: Nothing, httpOnly: false, maxAge: Nothing, name: \"key\", path: Nothing, secure: true, value: \"value\" })\n```\n\n## Running the tests\n\n```text\nspago test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewolson%2Fpurescript-biscotti-cookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewolson%2Fpurescript-biscotti-cookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewolson%2Fpurescript-biscotti-cookie/lists"}