add a new example

kataras 2017-11-09 11:38:50 +02:00
parent 2acbad1a70
commit 3534cb9476
No known key found for this signature in database
GPG Key ID: 6C6425A6486335BD
3 changed files with 3 additions and 0 deletions

@ -152,6 +152,7 @@ Table of Contents
* [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application)
* [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go)
* [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go)
* [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest)
* [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go)
* [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go)

@ -152,6 +152,7 @@ Table of Contents
* [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application)
* [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go)
* [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go)
* [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest)
* [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go)
* [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go)

@ -75,6 +75,7 @@
* [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application)
* [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go)
* [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go)
* [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest)
* [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go)
* [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go)