Sha256: 35bfe812790c6ebfdf842984bcf1204ba0a2ffe719320d3d4cae7e7d13a76ccb
Contents?: true
Size: 204 Bytes
Versions: 6
Compression:
Stored size: 204 Bytes
Contents
module Dox module Util module Http VERB = ['POST', 'GET', 'PUT', 'PATCH', 'DELETE', 'HEAD'].freeze def self.verb?(value) VERB.include?(value.upcase) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
dox-1.3.0 | lib/dox/util/http.rb |
dox-1.2.0 | lib/dox/util/http.rb |
dox-1.1.0 | lib/dox/util/http.rb |
dox-1.0.2 | lib/dox/util/http.rb |
dox-1.0.1 | lib/dox/util/http.rb |
dox-1.0.0 | lib/dox/util/http.rb |