mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
15 lines
411 B
Smarty
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}}"
|
|
}
|