View Source FSS.HTTP (fss v0.1.0)

Specification for accessing HTTP(s) resources.

Summary

Functions

Parses an HTTP or HTTPs url.

Functions

@spec parse(String.t(), Keyword.t()) ::
  {:ok, FSS.HTTP.Entry.t()} | {:error, Exception.t()}

Parses an HTTP or HTTPs url.

Options

  • :config - A Config.t(). This is optional and by default it's nil.