Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Embed a directory of static files in your application and serve them from your Servant server

Awesome Lists containing this project

README

        

Servant.Static.TH
==================

[![Build Status](https://github.com/cdepillabout/servant-static-th/workflows/CI/badge.svg)](https://github.com/cdepillabout/servant-static-th/actions)
[![Hackage](https://img.shields.io/hackage/v/servant-static-th.svg)](https://hackage.haskell.org/package/servant-static-th)
[![Stackage LTS](http://stackage.org/package/servant-static-th/badge/lts)](http://stackage.org/lts/package/servant-static-th)
[![Stackage Nightly](http://stackage.org/package/servant-static-th/badge/nightly)](http://stackage.org/nightly/package/servant-static-th)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)

`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.