import public Node.HTTP.Request.get : HasIO io => HTTPModule -> String -> {auto t : SocketType} -> Options t -> (IncomingMessage -> IO ()) -> io ClientRequest.request : HasIO io => HTTPModule -> String -> {auto t : SocketType} -> Options t -> (IncomingMessage -> IO ()) -> io ClientRequest.post : HasIO io => HTTPModule -> String -> {auto t : SocketType} -> Options t -> (IncomingMessage -> IO ()) -> io ClientRequest.createServer : HasIO io => HTTPModule -> Options -> io Server