Preparing search index...
The search index is not available
mockttp
mockttp
TlsRequest
Interface TlsRequest
interface
TlsRequest
{
failureCause
:
|
"closed"
|
"reset"
|
"unknown"
|
"cert-rejected"
|
"no-shared-cipher"
|
"handshake-timeout"
;
hostname
?:
string
;
remoteIpAddress
:
string
;
remotePort
:
number
;
tags
:
string
[]
;
timingEvents
:
TlsFailureTimingEvents
;
tlsMetadata
:
TlsSocketMetadata
;
}
Hierarchy (
view full
)
TlsConnectionEvent
TlsRequest
Index
Properties
failure
Cause
hostname?
remote
Ip
Address
remote
Port
tags
timing
Events
tls
Metadata
Properties
failure
Cause
failure
Cause
:
|
"closed"
|
"reset"
|
"unknown"
|
"cert-rejected"
|
"no-shared-cipher"
|
"handshake-timeout"
Optional
hostname
hostname
?:
string
remote
Ip
Address
remote
Ip
Address
:
string
remote
Port
remote
Port
:
number
tags
tags
:
string
[]
timing
Events
timing
Events
:
TlsFailureTimingEvents
tls
Metadata
tls
Metadata
:
TlsSocketMetadata
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
failure
Cause
hostname
remote
Ip
Address
remote
Port
tags
timing
Events
tls
Metadata
mockttp
Loading...