Module: Recurly::HTTP::HttpMethod

Defined in:
lib/recurly/http/http_method.rb

Overview

String constants for the HTTP methods the client issues. Used as the method argument crossing the adapter seam (#call(method, ...)).

Constant Summary collapse

GET =
"GET".freeze
POST =
"POST".freeze
PUT =
"PUT".freeze
DELETE =
"DELETE".freeze
HEAD =
"HEAD".freeze