1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

examples: add an example for #2019

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-12-17 01:16:10 +02:00
parent 1ea5cd58be
commit de8883fc98
6 changed files with 58 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
<h1>Function: {{ Now }}</h1>
<h1>Field: {{ .Ctx.Request.URL.Path }} </h1>
<h1>Field Struct's Function (Method): {{ .Ctx.FullRequestURI }} </h1>