mohws-0.2.0.1: Modular Haskell Web ServerSource codeContentsIndex
Network.MoHWS.Server.Request
Synopsis
data T body = Cons {
clientRequest :: T body
clientAddress :: HostAddress
clientName :: Maybe HostEntry
requestHostName :: HostEntry
serverURIPath :: String
serverFilename :: FilePath
serverPort :: PortNumber
}
Documentation
data T body Source
All the server's information about a request
Constructors
Cons
clientRequest :: T body
clientAddress :: HostAddress
clientName :: Maybe HostEntry
requestHostName :: HostEntry
serverURIPath :: String
serverFilename :: FilePath
serverPort :: PortNumber
show/hide Instances
Functor T
Show (T body)
Produced by Haddock version 2.4.2