class ElasticAPM::Transport::Connection::Http
def post(url, body: nil, headers: nil)
def post(url, body: nil, headers: nil) request(:post, url, body: body, headers: headers) end
def post(url, body: nil, headers: nil) request(:post, url, body: body, headers: headers) end