This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2026-03-04 07:26:37 +00:00
Code
Releases
Activity
Files
29a4354e1de5d1c28acba0e0b262d87d291fb409
kararas_iris
/
core
/
router
History
Gerasimos (Makis) Maropoulos
120b5fb635
example: write our own customized router using the high-level API which gives access to the correct context and routes
...
Former-commit-id: d2369c20490619cad0dd6f7b6ed01cdbef51a853
2018-10-02 06:36:51 +03:00
..
node
…
api_builder_benchmark_test.go
…
api_builder.go
partial cleanup of the macro pkg and move it from /core/router to the root because it may be used by the end-developers now to ammend the available macros per application
2018-09-29 02:41:51 +03:00
fs.go
Add one more browser (and 304 server) cache method using ETag and If-None-Match headers
2018-03-18 11:55:05 +02:00
handler_execution_rules_test.go
…
handler_execution_rules.go
…
handler.go
example: write our own customized router using the high-level API which gives access to the correct context and routes
2018-10-02 06:36:51 +03:00
mime.go
Iris + WebAssemply = =
💓
2018-07-09 09:13:36 +03:00
party.go
partial cleanup of the macro pkg and move it from /core/router to the root because it may be used by the end-developers now to ammend the available macros per application
2018-09-29 02:41:51 +03:00
path_test.go
New ':int64' and ':uint64' route path parameters - and - support the new uint64 for MVC (int64 was already supported there) - and - add ctx.Params().GetUint64 (GetInt64 was already there) - and - make the ':int or :number' to accept negative numbers with no digit limit (at low level) and rename the 'app.Macros().Int.RegisterFunc' to 'Number.RegisterFunc' because number can be any type of number not only standard go type limited - and - add alias for ':boolean' -> ':bool'. Finally, Update the examples but not the version yet, I have to provide a good README table to explain the end-developers how they can benefit by those changes and why the breaking change (which is to accept negative numbers via ':int') is for their own good and how they can make their own macro functions so they do not depend on the Iris builtn macro funcs only. More to come tomorrow, stay tuned
2018-08-23 06:30:12 +03:00
path.go
make the macro#Parse to return a value of a Template instead of its ptr and debug logs for handlers length ignores the internal generated macro evaluator handler if it is there, so end-dev cannot be confused about the debug logs at that point
2018-09-29 19:59:39 +03:00
route.go
make the macro#Parse to return a value of a Template instead of its ptr and debug logs for handlers length ignores the internal generated macro evaluator handler if it is there, so end-dev cannot be confused about the debug logs at that point
2018-09-29 19:59:39 +03:00
router_handlers_order_test.go
…
router_subdomain_redirect_wrapper.go
…
router_test.go
Add fallback handlers
2018-02-21 12:27:01 +03:00
router_wildcard_root_test.go
…
router.go
example: write our own customized router using the high-level API which gives access to the correct context and routes
2018-10-02 06:36:51 +03:00
spa.go
add context#StatusCodeNotSuccessful for customize even the most customized clients that are not compatible with the standards and fix the
SPA
if static file serve handlers are passed as its
AssetHandler
as reported at the chat.iris-go.com
2018-01-31 02:35:22 +02:00
status_test.go
Update to 8.0.4 | New: transfer a message to the request logger
2017-07-17 17:42:51 +03:00
status.go
add context#StatusCodeNotSuccessful for customize even the most customized clients that are not compatible with the standards and fix the
SPA
if static file serve handlers are passed as its
AssetHandler
as reported at the chat.iris-go.com
2018-01-31 02:35:22 +02:00