2 Synopsis: Embedded HTTP Server
5 Lucu is an embedded HTTP server library.
7 It's not a replacement for Apache nor lighttpd. It is intended
8 to be used to build an efficient web-based RESTful application
9 which runs behind a reverse-proxy so it doesn't have some
10 functionalities like logging, client filtering and such.
15 Author: PHO <pho at cielonegro dot org>
16 Maintainer: PHO <pho at cielonegro dot org>
17 Stability: experimental
18 Homepage: http://cielonegro.org/Lucu.html
19 Bug-Reports: http://static.cielonegro.org/ditz/Lucu/
21 Tested-With: GHC == 7.0.3
26 examples/HelloWorld.hs
28 examples/ImplantedSmall.hs
32 examples/mise-rafturai.html
33 examples/small-file.txt
35 Source-Repository head
37 Location: git://git.cielonegro.org/Lucu.git
39 Flag build-lucu-implant-file
40 Description: Build the lucu-implant-file program.
49 base-unicode-symbols == 0.2.*,
50 base64-bytestring == 0.1.*,
51 blaze-builder == 0.3.*,
52 blaze-textual == 0.2.*,
55 containers-unicode-symbols == 0.3.*,
61 stringsearch == 0.3.*,
62 template-haskell == 2.5.*,
66 transformers == 0.2.*,
71 Network.HTTP.Lucu.Abortion
72 Network.HTTP.Lucu.Authentication
73 Network.HTTP.Lucu.Config
74 Network.HTTP.Lucu.ETag
75 Network.HTTP.Lucu.HttpVersion
76 Network.HTTP.Lucu.Httpd
77 Network.HTTP.Lucu.MIMEParams
78 Network.HTTP.Lucu.MIMEType
79 Network.HTTP.Lucu.MIMEType.DefaultExtensionMap
80 Network.HTTP.Lucu.MIMEType.Guess
81 Network.HTTP.Lucu.MIMEType.TH
82 Network.HTTP.Lucu.MultipartForm
83 Network.HTTP.Lucu.Parser.Http
84 Network.HTTP.Lucu.Parser
85 Network.HTTP.Lucu.Request
86 Network.HTTP.Lucu.Resource
87 Network.HTTP.Lucu.Resource.Tree
88 Network.HTTP.Lucu.Response
89 Network.HTTP.Lucu.StaticFile
90 Network.HTTP.Lucu.StatusCode
91 Network.HTTP.Lucu.Utils
94 Network.HTTP.Lucu.Abortion.Internal
95 Network.HTTP.Lucu.Chunk
96 Network.HTTP.Lucu.ContentCoding
97 Network.HTTP.Lucu.DefaultPage
98 Network.HTTP.Lucu.HandleLike
99 Network.HTTP.Lucu.Headers
100 Network.HTTP.Lucu.Interaction
101 Network.HTTP.Lucu.Postprocess
102 Network.HTTP.Lucu.Preprocess
103 Network.HTTP.Lucu.RequestReader
104 Network.HTTP.Lucu.Resource.Internal
105 Network.HTTP.Lucu.ResponseWriter
106 Network.HTTP.Lucu.SocketLike
107 Network.HTTP.Lucu.StatusCode.Internal
112 Executable lucu-implant-file
113 if flag(build-lucu-implant-file)
118 Main-Is: ImplantFile.hs
122 haskell-src-exts == 1.11.*,