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
2025-12-23 21:07:03 +00:00
Code
Releases
Activity
Files
52a07df0f4a9534b9f085f4bcc39d988050778a2
kararas_iris
/
context
History
Gerasimos (Makis) Maropoulos
52a07df0f4
upstream fixes
...
Former-commit-id: 574060e41ace86cd86588795eadb1ad4083ec630
2018-09-13 02:53:13 +03:00
..
application.go
examples: writing an API for the Apache Kafka: add a root handler for routes documentation to make navigation easier and add some other methods that may find them useful for request state and routes description
2018-08-05 13:51:05 +03:00
configuration.go
ok almost finished. We're good at deadlines eventually. Tomorrow at 23:59 an article will be published same time with the dev branch merge to master
2017-12-31 02:32:28 +02:00
context.go
upstream fixes
2018-09-13 02:53:13 +03:00
gzip_response_writer.go
Cleanup of some old code
2018-03-17 02:27:25 +02:00
handler.go
Add a better example for the recaptcha middleware as requested at:
https://github.com/kataras/iris/issues/799
2017-11-04 02:59:21 +02:00
pool.go
Update to version 8.5.8 | Read HISTORY.md
2017-11-09 12:03:14 +02:00
response_recorder.go
remove any trailing slash that may passed on StaticEmbeddedHandler (although all examples shows the correct way but you never know)
2018-03-16 12:38:13 +02:00
response_writer.go
Add 'context.OnConnectionClose(callbackFn) bool' and 'context.OnClose(callbackFn)' and give a use case example. More on this path later on, stay tuned.
2018-08-02 17:46:35 +03:00
route.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
transaction.go
Cleanup of some old code
2018-03-17 02:27:25 +02:00