iris/core/netutil
2021-01-31 21:24:15 +02:00
..
addr_test.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
addr.go rewrite middleware: add PrimarySubdomain and simplify its usage example 2020-08-20 03:05:47 +03:00
client.go Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969 2018-04-22 13:52:36 +03:00
ip_test.go fix ip_test (see prev commit) 2020-09-16 13:21:34 +03:00
ip.go add viper configuration example and minor improvements - read HISTORY.md 2020-09-16 12:59:51 +03:00
server.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
tcp_soreuse_control_unix.go Option for Socket Sharding as requested at #1544 2020-06-26 20:29:36 +03:00
tcp_soreuse_control_wasm.go Option for Socket Sharding as requested at #1544 2020-06-26 20:29:36 +03:00
tcp_soreuse_control_windows.go Option for Socket Sharding as requested at #1544 2020-06-26 20:29:36 +03:00
tcp.go New iris.WithKeepAlive(time.Duration) Configurator is added as a helper to enable TCP listener featured with keep-alive 2021-01-31 21:24:15 +02:00