View Source ExOAPI.EctoTypes.HTTPMethods (ex_oapi v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: :get | :put | :post | :delete | :options | :head | :patch

Link to this section Functions

@spec values(:atoms | :strings) :: [t()] | [String.t()]