1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 02:47:04 +00:00

Add .NET Core MVC with Templates vs Iris MVC with Templates

https://hackernoon.com/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8

Former-commit-id: dabf2d23a2f8a341ded9fc87ced82300855e26a6
This commit is contained in:
kataras
2017-08-20 10:42:31 +03:00
parent 89d0d5c5de
commit 4099bd15c1
69 changed files with 23601 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package models
// HTTPError a silly structure to keep our error page data.
type HTTPError struct {
Title string
Code int
}