supamii / QttpServer

Build your API with C++ - Powered by Qt and Node's libuv
https://supamii.github.io/qttpserver/
MIT License
103 stars 35 forks source link

Is it possible to use a hostname instead of a binded ip ? #34

Open adielyaacov opened 5 years ago

adielyaacov commented 5 years ago

the global.json has a bindIp attribute ... is it possible to state a domain name name like myserver.com/api ?

thanks !