antikythera v0.2.0 Antikythera.Http.Method View Source

Link to this section Summary

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 from_string(binary) View Source
from_string(String.t()) :: t()
Link to this function to_string(atom) View Source
to_string(t()) :: String.t()