.. |
apidoc/yaag
|
add permissions example
|
2020-05-04 07:28:23 +03:00 |
authentication
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
cache
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
configuration
|
new simple _examples/README.md, wiki should live only inside kataras/iris/wiki and the provided e-book
|
2020-05-05 16:03:19 +03:00 |
convert-handlers
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
cookies
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
dependency-injection
|
sessions: add GobTranscoder and document the DefaultTranscoder package-level variable
|
2020-05-07 01:14:41 +03:00 |
desktop-app
|
new 'Party.DI()' method to return the Party's instance of the new 'APIBuilderDI' and move the DI-relative Router to this new APIBuilderDI
|
2020-04-08 20:04:56 +03:00 |
experimental-handlers
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
file-server
|
update some examples
|
2020-05-05 22:03:01 +03:00 |
hello-world
|
don't fire ErrServerClosed on manually interrupt signals (CTRL/CMD+C)
|
2020-04-28 05:22:58 +03:00 |
http_request
|
don't fire ErrServerClosed on manually interrupt signals (CTRL/CMD+C)
|
2020-04-28 05:22:58 +03:00 |
http_responsewriter
|
add Context.SendFileWithRate, ServeFileWithRate and ServeContentWithRate
|
2020-05-02 17:46:17 +03:00 |
http-listening
|
update some examples
|
2020-05-05 22:03:01 +03:00 |
i18n
|
update go.mod deps
|
2020-05-04 20:23:15 +03:00 |
miscellaneous
|
update middleware list
|
2020-05-04 07:03:44 +03:00 |
mvc
|
add authenticated-controller example - proof of concept
|
2020-05-06 04:45:12 +03:00 |
orm
|
add authenticated-controller example - proof of concept
|
2020-05-06 04:45:12 +03:00 |
overview
|
add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods
|
2020-04-08 16:48:22 +03:00 |
permissions
|
add permissions example
|
2020-05-04 07:28:23 +03:00 |
routing
|
add authenticated-controller example - proof of concept
|
2020-05-06 04:45:12 +03:00 |
sessions
|
organise sessions examples
|
2020-05-07 07:34:17 +03:00 |
sitemap
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
structuring
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
subdomains
|
new simple _examples/README.md, wiki should live only inside kataras/iris/wiki and the provided e-book
|
2020-05-05 16:03:19 +03:00 |
testing/httptest
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
tutorial
|
update some examples
|
2020-05-05 22:03:01 +03:00 |
versioning
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
view
|
add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods
|
2020-04-08 16:48:22 +03:00 |
webassembly/basic
|
fix an idiot typo
|
2020-05-05 22:07:56 +03:00 |
websocket
|
update some examples
|
2020-05-05 22:03:01 +03:00 |
README.md
|
organise sessions examples
|
2020-05-07 07:34:17 +03:00 |