ire4ever1190 / mike

The new and improved mikero web framework
35 stars 1 forks source link

add run option to bindAddr #34

Closed pfpulux closed 5 months ago

pfpulux commented 5 months ago

httpx binds by default on "0.0.0.0", now you can use run(bindAddr="127.0.0.1")

ire4ever1190 commented 5 months ago

Zero clue why it fails on devel, but looks unrelated 👍 was upstream issue, still unrelated

One small thing, I have a few bits of code where I do something like run(5435) which would fail with this. Would you be able to move the new param to the end?

Thanks for the contribution 🚀