iris/_examples/routing
dependabot[bot] d94a5ffda1
Bump golang.org/x/net (#2071)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:12:45 +02:00
..
basic New feature: versioning.Aliases 2021-01-06 01:52:39 +02:00
conditional-chain 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
custom-router replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
custom-wrapper replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
dynamic-path add iris.TrimParamFilePart 2022-12-24 05:04:16 +02:00
hello-world reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker 2020-06-07 15:26:06 +03:00
http-errors new x/errors package to handle HTTP wire errors 2022-02-24 23:49:46 +02:00
http-wire-errors improvements to the x/errors pkg 2022-03-03 20:55:28 +02:00
intelligence add 'Configuration.PathIntelligence' and 'OnErrorCode' and 'OnAnyErrorCode' on APIContainer 2020-05-17 08:10:07 +03:00
macros fix #1876 2022-04-23 13:18:54 +03:00
overview New feature: versioning.Aliases 2021-01-06 01:52:39 +02:00
overview-2 builtin html template functions changes 2022-12-13 01:37:15 +02:00
party-controller Bump golang.org/x/net in /_examples/routing/party-controller (#2069) 2023-02-19 21:12:37 +02:00
remove-handler fix https://github.com/kataras/iris/issues/1713 and add a simple usage example of the 'RemoveHandler' 2021-01-27 01:22:20 +02:00
remove-route add Party.RemoveRoute method as requested in the community chat 2021-04-04 20:24:21 +03:00
reverse 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
rewrite New basic auth middleware and GetRaw on User (godocs missing) 2020-11-21 12:04:37 +02:00
route-handlers-execution-rules replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
route-register-rule minor 2020-06-18 09:36:47 +03:00
route-state 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
sitemap add Route.ExcludeSitemap method to exclude a route from sitemap, also exclude the offline routes as requested 2020-08-29 01:21:42 +03:00
subdomains Bump golang.org/x/net (#2071) 2023-02-19 21:12:45 +02:00
versioning builtin html template functions changes 2022-12-13 01:37:15 +02:00
writing-a-middleware New Context.SetLogoutFunc/Logout and SetFunc/CallFunc methods 2020-10-12 02:07:04 +03:00
main_test.go obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository 2019-10-25 01:27:02 +03:00
main.go New feature: versioning.Aliases 2021-01-06 01:52:39 +02:00
README.md Publish version 11.2.6 2019-08-14 11:04:05 +03:00