The Lucu package
Lucu is an HTTP daemonic library. It can be embedded in any Haskell program and runs in an independent thread. Lucu is not a replacement for Apache or lighttpd. It is intended to be used to create an efficient web-based RESTful application without messing around FastCGI. It is also intended to be run behind a reverse-proxy so it doesn't have some facilities like logging, client filtering or such like.
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.7, 0.7.0.1, 0.7.0.2, 0.7.0.3 |
|---|---|
| Dependencies | base (4.2.*), bytestring (0.9.*), containers (0.3.*), dataenc (0.13.*), directory (1.0.*), filepath (1.1.*), haskell-src (1.0.*), HsOpenSSL (0.8.*), hxt (8.5.*), mtl (1.1.*), network (2.2.*), stm (2.1.*), time (1.1.*), time-http (0.1.*), unix (2.4.*), zlib (0.5.*) |
| License | PublicDomain |
| Author | PHO <pho at cielonegro dot org> |
| Maintainer | PHO <pho at cielonegro dot org> |
| Stability | experimental |
| Category | Network |
| Home page | http://cielonegro.org/Lucu.html |
| Source repository | darcs get http://darcs.cielonegro.org/Lucu/ |
| Executables | lucu-implant-file |
| Upload date | Mon Apr 19 16:39:30 UTC 2010 |
| Uploaded by | MasatakeDaimon |
| Built on | ghc-6.12 |
| Build failure | ghc-7.0 (log), ghc-7.4 (log) |
Modules
- Network
- HTTP
- Network.HTTP.Lucu
- Network.HTTP.Lucu.Abortion
- Network.HTTP.Lucu.Authorization
- Network.HTTP.Lucu.Config
- Network.HTTP.Lucu.ETag
- Network.HTTP.Lucu.HttpVersion
- Network.HTTP.Lucu.Httpd
- Network.HTTP.Lucu.MIMEType
- Network.HTTP.Lucu.Parser
- Network.HTTP.Lucu.Request
- Network.HTTP.Lucu.Resource
- Network.HTTP.Lucu.Response
- Network.HTTP.Lucu.StaticFile
- Network.HTTP.Lucu.Utils
- Network.HTTP.Lucu
- HTTP
Downloads
- Lucu-0.7.tar.gz (Cabal source package)
- package description (included in the package)