# purescript-httpure-extras **Repository Path**: mirrors_akheron/purescript-httpure-extras ## Basic Information - **Project Name**: purescript-httpure-extras - **Description**: Common utilities for HTTPure - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTPure Extras Various extras to be used with [HTTPure]. - Path prefix based router - REST endpoints - HTTP Basic authentication - Static file serving **Note**: The HTTP Basic authentication support (`HTTPure.Contrib.Auth`) requires the `npm` package `text-encoding` to be installed. [HTTPure]: https://github.com/cprussin/purescript-httpure ## Examples Examples are in the `examples/` diretory. Run them like this, substituting `Todo` with the name of an example: ``` pulp run -I examples -m Todo ``` Here's the list of examples: [Todo.purs](https://github.com/cprussin/purescript-httpure-rest-router/tree/master/examples/Todo.purs) A simple, stateless, incomplete TODO backend app.