úη¸     NoneLookup a request header. [Return all request headers as a list in the format they were received from the web server. GGet the request method (GET, POST, etc.). You could look the header up = yourself, but this normalizes the method name to uppercase. HGet the requested path. According to the spec, this can be complex, and 4 actual CGI implementations diverge from the spec. I've found this to work,  even though it doesn't seem correct or intuitive. Set a response header. !Run a request in the SCGI monad.  the header name (key) the header value if found +an association list of header: value pairs the method if found the path if found the header name (key) the header value -the handle connected to the web server (from accept) $the action to run in the SCGI monad Lnothing is returned, the result of the action is written back to the server             sscgi-0.2.0 Network.SCGISCGISCGITResponseStatusBodyHeadersheader allHeadersmethodpath setHeader runRequestrunSCGITnetstringParser headerParser cStringParser$fMonadTransSCGIT