Interface HttpServer

An HttpServer is used to listen and respond to http requests made to the exported [[url]]. HttpServers can be constructed passing in a Function that with the same signature as the [[requestListener]] parameter in [[http.createServer]]. See: https://nodejs.org/api/http.html#http_http_createserver_options_requestlistener for more details.

interface HttpServer {
    url: Output<string>;
}

Properties

Properties

url: Output<string>

Generated using TypeDoc