HTTP | Config & Commands
Adding HTTP Module
Configuration
http: {
module: require("etherial/components/http").Http,
config: {
port: process.env.HTTP_PORT,
routes: [process_path("routes")],
},
},HTTP Configuration Parameters
Routes Configuration
Commands
Last updated