# File lib/faraday/connection.rb, line 56 def post(url = nil, body = nil, headers = nil, &block) run_request :post, url, body, headers, &block end