mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
add a new example
parent
2acbad1a70
commit
3534cb9476
1
Home.md
1
Home.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user