interface
IForwarded
{ by?:
null
|
string; for:
string; host?:
null
|
string; proto?:
null
|
string; secret?:
null
|
string;}
Properties
Optional
by
by?:
null
|
string
Optional
host
host?:
null
|
string
Optional
proto
proto?:
null
|
string
Optional
secret
secret?:
null
|
string