gremlin
Preparing search index...
driver/connection
ConnectionOptions
Type Alias ConnectionOptions
type
ConnectionOptions
=
{
agent
?:
Agent
;
ca
?:
string
[]
;
cert
?:
string
|
string
[]
|
Buffer
;
enableUserAgentOnConnect
?:
boolean
;
headers
?:
Record
<
string
,
string
|
string
[]
>
;
interceptors
?:
RequestInterceptor
|
RequestInterceptor
[]
;
pfx
?:
string
|
Buffer
;
reader
?:
any
;
rejectUnauthorized
?:
boolean
;
traversalSource
?:
string
;
writer
?:
any
|
null
;
}
Index
Properties
agent?
ca?
cert?
enable
User
Agent
On
Connect?
headers?
interceptors?
pfx?
reader?
reject
Unauthorized?
traversal
Source?
writer?
Properties
Optional
agent
agent
?:
Agent
Optional
ca
ca
?:
string
[]
Optional
cert
cert
?:
string
|
string
[]
|
Buffer
Optional
enable
User
Agent
On
Connect
enableUserAgentOnConnect
?:
boolean
Optional
headers
headers
?:
Record
<
string
,
string
|
string
[]
>
Optional
interceptors
interceptors
?:
RequestInterceptor
|
RequestInterceptor
[]
Optional
pfx
pfx
?:
string
|
Buffer
Optional
reader
reader
?:
any
Optional
reject
Unauthorized
rejectUnauthorized
?:
boolean
Optional
traversal
Source
traversalSource
?:
string
Optional
writer
writer
?:
any
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
ca
cert
enable
User
Agent
On
Connect
headers
interceptors
pfx
reader
reject
Unauthorized
traversal
Source
writer
gremlin
Loading...