interface
IForwarded
{ by?:
null
|
string; for:
string; host?:
null
|
string; proto?:
null
|
string; secret?:
null
|
string;}
Properties
Optionalby
by?:
null
|
string
Optionalhost
host?:
null
|
string
Optionalproto
proto?:
null
|
string
Optionalsecret
secret?:
null
|
string