antikythera

v0.1.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.1.0 Antikythera.Http.Method View Source

    Link to this section Summary

    Types

    t()

    Functions

    all()
    from_string(binary)
    new(term)
    new!(term)
    to_string(atom)
    valid?(term)
    values()

    Link to this section Types

    Link to this type t() View Source
    t() ::
      :get |
      :post |
      :put |
      :patch |
      :delete |
      :options |
      :connect |
      :trace |
      :head

    Link to this section Functions

    Link to this function all() View Source
    Link to this function from_string(binary) View Source
    from_string(String.t()) :: t()
    Link to this function new(term) View Source
    new(any()) :: Croma.Result.t(t())
    Link to this function new!(term) View Source
    new!(any()) :: t()
    Link to this function to_string(atom) View Source
    to_string(t()) :: String.t()
    Link to this function valid?(term) View Source
    valid?(any()) :: boolean()
    Link to this function values() View Source

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer for the Elixir programming language.