1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-23 04:11:58 +01:00
ifconfig/views/alljson.tpl

15 lines
411 B
Smarty
Raw Normal View History

2014-08-14 08:15:52 +02:00
{
"connection": "{{.Connection}}",
"ip_addr": "{{.IP}}",
"lang": "{{.Lang}}",
"remote_host": "{{.Host}}",
"user_agent": "{{.UserAgent}}",
"charset": "{{.Charset}}",
"port": "{{.Port}}",
"via": "{{.Via}}",
"forwarded": "{{.Forwarded}}",
"mime": "{{.Mime}}",
"keep_alive": "{{.Keepalive}}",
"encoding": "{{.Encoding}}"
}