mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
Update history
This commit is contained in:
parent
0b8cb29e0c
commit
871b43cae7
|
@ -18,6 +18,8 @@
|
|||
- Added `iris.AddServer/iris.ListenTo/iris.Go`, but funcs like `Listen/ListenTLS/ListenUNIX` will stay forever
|
||||
- Added `config.Server.Virtual(bool), config.Server.RedirectTo(string) and config.Server.MaxRequestBodySize(int64)`
|
||||
- Added `iris.Available (channel bool)`
|
||||
- `iris.HTTPServer` -> `iris.Servers.Main()` to get the main server, which is always the last registered server (if more than one used), old field removed
|
||||
- `iris.Config.MaxRequestBodySize` -> `config.Server.MaxRequestBodySize`, old field removed
|
||||
|
||||
**NEW FEATURE**: Build'n support for your API's end-to-end tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user