class HTTParty::Request

def post?

def post?
  Net::HTTP::Post == http_method
end