| Server IP : 162.214.74.102 / Your IP : 216.73.216.252 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/Net/HTTP/ |
Upload File : |
U:RDoc::AnyMethod[iI"request_post:EFI"Net::HTTP#request_post;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"(Sends a POST request to the +path+.;To:RDoc::Markup::BlankLine o;
; [I"8Returns the response as a Net::HTTPResponse object.;T@o;
; [I"CWhen called with a block, the block is passed an HTTPResponse ;TI"Eobject. The body of that response will not have been read yet; ;TI"Gthe block can process it using HTTPResponse#read_body, if desired.;T@o;
; [I"Returns the response.;T@o;
; [I"0This method never raises Net::* exceptions.;T@o:RDoc::Markup::Verbatim; [I"# example
;TI"Iresponse = http.request_post('/cgi-bin/nice.rb', 'datadatadata...')
;TI"p response.status
;TI"Eputs response.body # body is already read in this case
;TI"
;TI"# using block
;TI"Jhttp.request_post('/cgi-bin/nice.rb', 'datadatadata...') {|response|
;TI" p response.status
;TI"" p response['content-type']
;TI"5 response.read_body do |str| # read body now
;TI" print str
;TI" end
;TI"};T:@format0:
@fileI"lib/net/http.rb;T:0@omit_headings_from_table_of_contents_below00I"
response;F[[I"
post2;Fo;; [ ;@,;0I"#(path, data, initheader = nil);T@,FI" HTTP;TcRDoc::NormalClass00