File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,6 @@ export interface Request {
67
67
remoteIpAddress ?: string ; // Not set remotely with older servers or in some error cases
68
68
remotePort ?: number ; // Not set remotely with older servers or in some error cases
69
69
70
- /**
71
- * This field was ambiguous and is no longer used - included only for backwards
72
- * compatibility.
73
- *
74
- * You probably want to either look at the `url` field (the full URL content including
75
- * the hostname of the target server) or `destination` (best guess of actual target host
76
- * including bare IPs, independent of the hostname used).
77
- *
78
- * @deprecated
79
- */
80
- hostname ?: '' | undefined ;
81
-
82
70
/**
83
71
* The best guess at the target host + port of the request. This uses tunnelling metadata
84
72
* wherever possible, or the headers if not.
You can’t perform that action at this time.
0 commit comments