1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 21:07:03 +00:00

New feature: automatic public domain using tunneling: https://github.com/kataras/iris/issues/1305

Former-commit-id: 54844edae9e5eed9bd6b17a06ec8d868923d3681
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-18 00:53:30 +03:00
parent 94f67f7fbb
commit 4c4b2f5d00
7 changed files with 314 additions and 43 deletions

View File

@@ -62,7 +62,10 @@ type (
// Look the `core/router#APIBuilder` for its implementation.
//
// A shortcut for the `core/router#Party`, useful when `PartyFunc` is being used.
Party = router.Party
Party = router.Party
// DirOptions contains the optional settings that
// `FileServer` and `Party#HandleDir` can use to serve files and assets.
// A shortcut for the `router.DirOptions`, useful when `FileServer` or `HandleDir` is being used.
DirOptions = router.DirOptions
// ExecutionRules gives control to the execution of the route handlers outside of the handlers themselves.
// Usage: