Gerasimos Maropoulos
77955c8540
Fix https://github.com/kataras/iris/issues/321
2016-07-27 17:09:19 +03:00
Gerasimos Maropoulos
aa26a89533
Fix https://github.com/kataras/iris/issues/293
2016-07-21 23:08:42 +03:00
Gerasimos Maropoulos
85a2e98ba4
Try # https://github.com/kataras/iris/issues/275
2016-07-21 20:33:00 +03:00
Gerasimos Maropoulos
0dbab32d9d
Set the default hostname to "0.0.0.0" from "127.0.0.1" - as golang's net.Listener does by default
...
I changed that because some guys has problems in their hosting machines,
and they should use the "127.0..0.1" instead of "0.0.0.0", if you have
problems just pass `iris.Listen("127.0.0.1:8080") instead of
`iris.Listen(":8080")`
2016-07-21 00:03:36 +03:00
Makis Maropoulos
f7a782b692
Remove deprecated functions
2016-07-13 14:05:32 +03:00
Makis Maropoulos
52099314e6
Prepare for custom child router(s) via plugin(s) for tomorrow
2016-07-07 23:59:00 +02:00
Makis Maropoulos
e3b2c68085
Parse server's addr before use it
2016-07-07 17:17:34 +02:00
Makis Maropoulos
7723c22ef6
Ok finish the important staff, the other are already tested hundreds of times
2016-07-07 01:36:38 +02:00