View Source FSS.HTTP.Entry (fss v0.1.0)

Represents the actual HTTP resource.

Summary

Types

t()

The entry type of an HTTP resource.

Types

@type t() :: %FSS.HTTP.Entry{config: FSS.HTTP.Config.t(), url: String.t()}

The entry type of an HTTP resource.

The :url is expected to be a valid HTTP or HTTPS URL, and :config is expected to be a Config.t().