⚝
One Hat Cyber Team
⚝
Your IP:
18.217.170.18
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Net
/
HTTP
/
View File Name :
post_form-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Posts HTML form data to the <tt>URL</tt>. Form data must be represented as a Hash of String to String, e.g:" - !ruby/struct:SM::Flow::VERB body: " { "cmd" => "search", "q" => "ruby", "max" => "50" }\n" - !ruby/struct:SM::Flow::P body: This method also does Basic Authentication iff <tt>URL</tt>.user exists. - !ruby/struct:SM::Flow::P body: "Example:" - !ruby/struct:SM::Flow::VERB body: " require 'net/http'\n require 'uri'\n\n HTTP.post_form URI.parse('http://www.example.com/search.cgi'),\n { "q" => "ruby", "max" => "50" }\n" full_name: Net::HTTP::post_form is_singleton: true name: post_form params: (url, params) visibility: public