Index (V)
»
HTTP
»
VERBS
Module: HTTP::VERBS
Defined in:
lib/HTTP/verbs.rb
Constant Summary
collapse
WITHOUT_BODY =
%i{
get
delete
head
options
trace
}
WITH_BODY =
%i{
post
put
patch
}