Open blakek opened 7 years ago
Right now, each accepts an object:
{ host: String, port: Number | String, protocol: String }
All this can be represented using a string:
`${protocol}://${host}:${port}`
Right now, each accepts an object:
All this can be represented using a string: