{"id":13682393,"url":"https://github.com/citizennet/purescript-httpure","last_synced_at":"2026-02-19T23:36:07.570Z","repository":{"id":39607224,"uuid":"92434105","full_name":"citizennet/purescript-httpure","owner":"citizennet","description":"A web framework written in PureScript.","archived":false,"fork":false,"pushed_at":"2022-11-17T19:56:46.000Z","size":400,"stargazers_count":183,"open_issues_count":15,"forks_count":16,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-02-10T15:43:41.663Z","etag":null,"topics":["http-server","httpure","purescript","server"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/citizennet.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":"Contributing.md","funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-25T18:48:28.000Z","updated_at":"2026-02-05T05:44:21.000Z","dependencies_parsed_at":"2022-07-04T11:41:49.577Z","dependency_job_id":null,"html_url":"https://github.com/citizennet/purescript-httpure","commit_stats":null,"previous_names":["cprussin/purescript-httpure"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/citizennet/purescript-httpure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citizennet%2Fpurescript-httpure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citizennet%2Fpurescript-httpure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citizennet%2Fpurescript-httpure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citizennet%2Fpurescript-httpure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/citizennet","download_url":"https://codeload.github.com/citizennet/purescript-httpure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citizennet%2Fpurescript-httpure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29636584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["http-server","httpure","purescript","server"],"created_at":"2024-08-02T13:01:45.394Z","updated_at":"2026-02-19T23:36:07.554Z","avatar_url":"https://github.com/citizennet.png","language":"PureScript","readme":"# HTTPure\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/citizennet/purescript-httpure/main/License)\n[![Latest release](http://img.shields.io/github/release/citizennet/purescript-httpure.svg)](https://github.com/citizennet/purescript-httpure/releases)\n[![purescript-httpure on Pursuit](https://pursuit.purescript.org/packages/purescript-httpure/badge)](https://pursuit.purescript.org/packages/purescript-httpure)\n\nA purescript HTTP server framework.\n\nHTTPure is:\n\n- Well-tested (see our [tests](./test/Test))\n- Well-documented (see our [documentation](./docs))\n- Built to take advantage of PureScript language features for flexible and\n  extensible routing\n- Pure (no `set`, `get`, `use`, etc)\n\n## Status\n\nThis project is currently fairly stable, but has not reached it's 1.0 release\nyet. You can track what's left before it gets there by looking at our\n[roadmap](https://github.com/citizennet/purescript-httpure/projects). The API\nsignatures are _mostly_ stable, but are subject to change before the 1.0 release\nif there's a good reason to change them.\n\nIf you'd like to help us get to 1.0 quicker, please contribute! To get started,\ncheck our [contributing guide](./Contributing.md).\n\n## Installation\n\n```bash\nspago install httpure\n```\n\n## Quick Start\n\n```purescript\nmodule Main where\n\nimport Prelude\n\nimport Effect.Console (log)\nimport HTTPure (ServerM, serve, ok)\n\nmain :: ServerM\nmain = serve 8080 router $ log \"Server now up on port 8080\"\n  where\n    router _ = ok \"hello world!\"\n```\n\n## Documentation\n\nModule documentation is published\non [Pursuit](http://pursuit.purescript.org/packages/purescript-httpure).\n\nYou can also take a look at [our guides](./docs).\n\n## Examples\n\nHTTPure ships with a number of [examples](./docs/Examples). To run an example,\nin the project root, run:\n\n```bash\nnix-shell --run 'example \u003cExample Name\u003e'\n```\n\nOr, without `nix`:\n\n```bash\nspago -x test.dhall run --main Examples.\u003cExample Name\u003e.Main\n```\n\nEach example's startup banner will include information on routes available on\nthe example server.\n\n## Testing\n\nTo run the test suite, in the project root run:\n\n```bash\nnix-shell --run check\n```\n\nOr, if `nix` isn't your thing:\n\n```bash\npurs-tidy check src test docs \u0026\u0026 spago -x test.dhall test\n```\n\n## Contributing\n\nWe are open to accepting contributions! Please see\nthe [contributing guide](Contributing.md).\n\n## People\n\nHTTPure is written and maintained\nby [Connor Prussin](https://connor.prussin.net) and [Petri\nLehtinen](http://www.digip.org/).\n\nWe are open to accepting contributions! Please see\nthe [contributing guide](./Contributing.md).\n\n## License\n\n[MIT](./License)\n","funding_links":[],"categories":["PureScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitizennet%2Fpurescript-httpure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitizennet%2Fpurescript-httpure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitizennet%2Fpurescript-httpure/lists"}