manganese_core_kit v0.1.0 Manganese.CoreKit.Structs.Link

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Manganese.CoreKit.Structs.Link{
  method: Manganese.CoreKit.Enumerations.HttpMethod.t(),
  uri: URI.t()
}

Link to this section Functions

Link to this function

from_map(map)

from_map(map()) :: t()
Link to this function

from_uri(uri)

from_uri(URI.t() | String.t()) :: t()
Link to this function

to_map(link)

to_map(t()) :: map()