Portability | portable |
---|---|
Stability | Stable |
Maintainer | Michael Snoyman <michael@snoyman.com> |
Network.Wai.Handler.SimpleServer
Description
A simplistic HTTP server handler for Wai.
Documentation
run :: Port -> Application -> IO ()Source
sendResponse :: HttpVersion -> Handle -> Response -> IO ()Source