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

Represents the configuration for an HTTP resource.

Summary

Types

t()

Only :headers are configurable now.

Types

@type t() :: %FSS.HTTP.Config{headers: [{String.t(), String.t()}]}

Only :headers are configurable now.

They are a list of {String.t(), String.t()}