Hui.URL (Hui v0.10.5) View Source

This module is deprecated. Use {url, headers, options} tuple instead - see README..

Link to this section Summary

Link to this section Types

Specs

headers() :: [{binary(), binary()}]

Specs

options() :: keyword()

Specs

t() :: %Hui.URL{
  handler: nil | binary(),
  headers: nil | headers(),
  options: nil | options(),
  url: nil | binary()
}

Link to this section Functions

Link to this function

configured_url(config_key)

View Source
This function is deprecated. Use see README to find out more about configuring SOLR endpoints.

Specs

configured_url(atom()) :: {:ok, t()} | {:error, binary()} | nil
This function is deprecated. Use see README to find out more about setting up default SOLR endpoints.

Specs

default_url!() :: t() | nil
This function is deprecated. Use see README to find out more about configuring SOLR endpoints.

Specs

to_string(t()) :: binary()

See String.Chars.Hui.URL.to_string/1.