class Curl::WebMockCurlEasy
def http_post *data
def http_post *data @webmock_method = :post @post_body = data.join('&') if data && !data.empty? super end
def http_post *data @webmock_method = :post @post_body = data.join('&') if data && !data.empty? super end