mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:16:28 +01:00
update sessions, websockets and cache examples' links 📇
Former-commit-id: 503b10dcb097e4263254e01a61dd5e420af60e56
This commit is contained in:
parent
9a0b18acbf
commit
e1953fe91e
|
@ -30,9 +30,9 @@ Iris is a fast, simple and efficient micro web framework for Go. It provides a b
|
||||||
* [How to Read from `context.Request() *http.Request`](_examples/#how-to-read-from-contextrequest-httprequest)
|
* [How to Read from `context.Request() *http.Request`](_examples/#how-to-read-from-contextrequest-httprequest)
|
||||||
* [How to Write to `context.ResponseWriter() http.ResponseWriter`](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter)
|
* [How to Write to `context.ResponseWriter() http.ResponseWriter`](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter)
|
||||||
* [Test](_examples/#testing)
|
* [Test](_examples/#testing)
|
||||||
* [Cache](cache/#table-of-contents)
|
* [Cache](_examples/#caching)
|
||||||
* [Sessions](sessions/#table-of-contents)
|
* [Sessions](_examples/#sessions)
|
||||||
* [Websockets](websocket/#table-of-contents)
|
* [Websockets](_examples/#websockets)
|
||||||
* [Miscellaneous](_examples/#miscellaneous)
|
* [Miscellaneous](_examples/#miscellaneous)
|
||||||
* [Typescript Automation Tools](typescript/#table-of-contents)
|
* [Typescript Automation Tools](typescript/#table-of-contents)
|
||||||
* [Tutorial: Online Visitors](_examples/tutorial/online-visitors)
|
* [Tutorial: Online Visitors](_examples/tutorial/online-visitors)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user