https://github.com/cdepillabout/servant-static-th
Embed a directory of static files in your application and serve them from your Servant server
https://github.com/cdepillabout/servant-static-th
hacktoberfest haskell servant
Last synced: 6 months ago
JSON representation
Embed a directory of static files in your application and serve them from your Servant server
- Host: GitHub
- URL: https://github.com/cdepillabout/servant-static-th
- Owner: cdepillabout
- License: bsd-3-clause
- Created: 2017-04-05T07:06:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T03:01:28.000Z (over 1 year ago)
- Last Synced: 2025-07-29T13:31:49.997Z (6 months ago)
- Topics: hacktoberfest, haskell, servant
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/servant-static-th
- Size: 143 KB
- Stars: 14
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Servant.Static.TH
==================
[](https://github.com/cdepillabout/servant-static-th/actions)
[](https://hackage.haskell.org/package/servant-static-th)
[](http://stackage.org/lts/package/servant-static-th)
[](http://stackage.org/nightly/package/servant-static-th)

`servant-static-th` allows you to embed a directory of static files in your
application and serve them from your Servant server
For documentation and usage examples, see the
[documentation](https://hackage.haskell.org/package/servant-static-th) on Hackage.