module Dox::Util::Http

Constants

HTTP_STATUS_CODES
VERB

Public Class Methods

verb?(value) click to toggle source
# File lib/dox/util/http.rb, line 70
def self.verb?(value)
  VERB.include?(value.upcase)
end