Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 973 Bytes

File metadata and controls

25 lines (20 loc) · 973 Bytes
code type title description order
false
page
Properties
Http class properties
10

Properties

Property name Type Description Get/Set
connected
boolean
Always returns true Get
host
string
Kuzzle server host Get
http
object
Returns a list of available routes Get
routes
object
Returns a list of available routes Get
port
number
Kuzzle server port Get
protocol
string
https or http Get
ssl
boolean
true if ssl is active Get
timeout
number
Connection timeout in milliseconds Get/Set

Note:

A timeout of 0 means that the connection will never timeout.