Spikard.Method (spikard v0.15.6-rc.4)

Copy Markdown

HTTP method

Summary

Types

t()

HTTP method

Types

t()

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

HTTP method

Functions

delete()

@spec delete() :: t()

get()

@spec get() :: t()

head()

@spec head() :: t()

options()

@spec options() :: t()

patch()

@spec patch() :: t()

post()

@spec post() :: t()

put()

@spec put() :: t()

trace()

@spec trace() :: t()