# File lib/httpclient.rb, line 595 def post_content(uri, *args, &block) body, header = keyword_argument(args, :body, :header) follow_redirect(:post, uri, nil, body, header || {}, &block).content end