class Curl::WebMockCurlEasy

def post_body= data

def post_body= data
  @webmock_method = :post
  super
end