Tag Archives: httpd

httpd.hs

This is my attempt to write something in Haskell. So, taking inspiration from rephttpd and in an effort to learn monads, I’ve written following HTTP server, which I’ll keep improvising and use as testbed for my Haskell fantasies…:) — HTTP Server — Author: Ashish SHUKLA <members.fsf.org!wahjava> import System.IO import Network.BSD import Network.Socket import Data.Char import [...]

Follow

Get every new post delivered to your Inbox.