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