Instream v0.11.0 Instream.Query.URL
URL Utility.
Summary
Functions
Appends authentication credentials to an URL
Appends a database to an URL
Appends an epoch value to an URL
Appends a precision value to an URL
Appends a query to an URL
Returns the proper URL for a :ping
request
Returns the proper URL for a :query
request
Returns the proper URL for a :status
request
Returns the proper URL for a :write
request
Functions
Appends authentication credentials to an URL.
Appends a database to an URL.
Specs
append_epoch(String.t, Instream.Encoder.Precision.t) :: String.t
Appends an epoch value to an URL.
The allowed values are identical to the precision parameters of write queries.
Specs
append_precision(String.t, Instream.Encoder.Precision.t) :: String.t
Appends a precision value to an URL.
Appends a query to an URL.
Returns the proper URL for a :ping
request.
Returns the proper URL for a :status
request.