View Source Mobilizon.Service.HTTP.Utils (Mobilizon v5.0.0-beta.1)

Utils for HTTP operations

Summary

Functions

Link to this function

content_type_matches?(headers, content_type)

View Source
@spec content_type_matches?(Enum.t(), String.t() | [String.t()]) :: boolean()
Link to this function

get_header(headers, key)

View Source
@spec get_header(Enum.t(), String.t()) :: String.t() | nil