1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00
ifconfig/views/alljson.tpl
2014-08-14 14:15:52 +08:00

15 lines
411 B
Smarty

{
"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}}"
}